Skip to content

Commit

Permalink
generate pasmo-macos.zip artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
janko-jj authored Jan 8, 2025
1 parent c515059 commit 27f5c00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ jobs:

- name: Run tests
run: make check

- name: Archive binary
run: zip -j pasmo-macos.zip pasmo

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: pasmo-macos
path: pasmo-macos.zip

0 comments on commit 27f5c00

Please sign in to comment.