Skip to content

Commit cbdc944

Browse files
committed
Don't junk paths in the zip-file - paths means stuff
1 parent 3d29b8e commit cbdc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make
2727
- name: Build release asset
2828
run: |
29-
zip --junk-paths -r Luxafor.app.zip Luxafor.app
29+
zip -r Luxafor.app.zip Luxafor.app
3030
- name: Create Release
3131
id: create_release
3232
uses: actions/create-release@v1.0.0

0 commit comments

Comments
 (0)