Skip to content

Commit 28b2550

Browse files
committed
Merge branch 'master' of github.com:colde/luxafor-macos
2 parents 89c30fa + cbdc944 commit 28b2550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
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/[email protected]

0 commit comments

Comments
 (0)