Skip to content

Commit

Permalink
ci: fix
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 3fa19bd commit 74a23b5
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 @@ -28,7 +28,7 @@ jobs:
cd packaging/macos/packetflix-handler
zip -r ../../../packetflix-handler.zip packetflix-handler.app
- name: Release packetflix-handler.zip
uses: softprops/actions-gh-release@v1
uses: softprops/action-gh-release@v1
with:
files: packetflix-handler.zip
env:
Expand Down

0 comments on commit 74a23b5

Please sign in to comment.