Skip to content

Commit 106656a

Browse files
authored
fix appimage permissions on linux release
1 parent 68155a7 commit 106656a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
- name: Compress Linux Release
2525
shell: bash
2626
run: |
27+
chmod +x "release/CortexCommand (Linux)/CortexCommand.AppImage"
2728
zip --must-match -j CortexCommand.linux.zip \
2829
"release/CortexCommand (Linux)/CortexCommand.AppImage" \
2930
external/lib/linux/x86_64/libfmod.so*

0 commit comments

Comments
 (0)