ci: set executable bit for binary

pull/52/head
Mitchell Hashimoto 2022-11-21 11:44:03 -08:00
parent b44537d198
commit f6dd40f854
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 2 deletions

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