We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c30fa + cbdc944 commit 28b2550Copy full SHA for 28b2550
.github/workflows/build-release.yml
@@ -26,7 +26,7 @@ jobs:
26
make
27
- name: Build release asset
28
run: |
29
- zip --junk-paths -r Luxafor.app.zip Luxafor.app
+ zip -r Luxafor.app.zip Luxafor.app
30
- name: Create Release
31
id: create_release
32
uses: actions/[email protected]
0 commit comments