Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amdf authored Jan 12, 2025
1 parent d4eb827 commit a6d8059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ls -R
- name: Prepare release artifact
run: |
zip --junk-paths nativeshell.zip ./*
zip -r --junk-paths nativeshell.zip ./*
- name: Create release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit a6d8059

Please sign in to comment.