Skip to content

Commit

Permalink
Update macos-ci.yml with diff and upload all
Browse files Browse the repository at this point in the history
  • Loading branch information
janko-jj authored Jan 9, 2025
1 parent 27f5c00 commit 88cf08e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,23 @@ jobs:
- name: Run tests
run: make check

- name: git diff
run: git diff

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

- name: Archive all
run: zip -R pasmo-macos-all.zip *

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

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

0 comments on commit 88cf08e

Please sign in to comment.