Skip to content

Commit

Permalink
fix zip options
Browse files Browse the repository at this point in the history
  • Loading branch information
janko-jj authored Jan 9, 2025
1 parent 33a7406 commit 2ada886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: zip -j pasmo-macos.zip pasmo

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

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2ada886

Please sign in to comment.