ci: set executable bit for binary

This commit is contained in:
Mitchell Hashimoto
2022-11-21 11:44:03 -08:00
parent b44537d198
commit f6dd40f854

View File

@ -95,8 +95,9 @@ jobs:
name: app-bundle
path: zig-out
- name: Display structure of downloaded files
run: ls -R zig-out
- name: Fix Permissions
run: |
chmod +x zig-out/Ghostty.app/Contents/MacOS/ghostty
- name: Codesign app bundle
# Extract the secrets we defined earlier as environment variables