Skip to content

Commit

Permalink
fix: packetflix-handler.app zip
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Feb 8, 2024
1 parent 0397f9a commit bf1d54b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package macos packetflix-handler.app
run: |
cd packaging/macos/packetflix-handler
zip -9 -y -r -q ../../../packetflix-handler.zip packetflix-handler.app
- name: Release packetflix-handler.zip
uses: softprops/action-gh-release@v1
with:
files: packetflix-handler.zip
files: packaging/macos/packetflix-handler/packetflix-handler.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Binary file not shown.

0 comments on commit bf1d54b

Please sign in to comment.