Skip to content

Commit

Permalink
ci: fix .app zipping options
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <thediveo@gmx.eu>
  • Loading branch information
thediveo committed Feb 8, 2024
1 parent 9311521 commit 0397f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Package macos packetflix-handler.app
run: |
cd packaging/macos/packetflix-handler
zip -r ../../../packetflix-handler.zip packetflix-handler.app
zip -9 -y -r -q ../../../packetflix-handler.zip packetflix-handler.app
- name: Release packetflix-handler.zip
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0397f9a

Please sign in to comment.