Skip to content

Commit

Permalink
macOS artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKlippert committed Sep 26, 2021
1 parent 0af1cbf commit 58b0189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:

- name: Test
run: go test -v .

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: TestPDFs
path: '**/*.pdf'

0 comments on commit 58b0189

Please sign in to comment.