Skip to content

Commit 75a4ba1

Browse files
committed
restor executable permissions when re-downloading/unzipping the artifact before re-zipping and uploading to the releases
1 parent 7adb29c commit 75a4ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
name: Kiwi8-${{ github.ref_name }}-macOS
2020
path: .
2121

22+
- name: Restore executable permissions
23+
run: |
24+
chmod -R 755 Kiwi8.app
25+
2226
- name: Create macOS release archive
2327
run: |
2428
ditto -c -k --sequesterRsrc --keepParent Kiwi8.app Kiwi8-${{ github.ref_name }}-macOS.zip

0 commit comments

Comments
 (0)