Skip to content

Commit

Permalink
remove git diff update artfact version
Browse files Browse the repository at this point in the history
  • Loading branch information
janko-jj authored Jan 9, 2025
1 parent 88cf08e commit 33a7406
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,21 @@ 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 *
run: zip -R -r pasmo-macos-all.zip *

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

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

0 comments on commit 33a7406

Please sign in to comment.