mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: set executable bit for binary
This commit is contained in:
5
.github/workflows/release-tip.yml
vendored
5
.github/workflows/release-tip.yml
vendored
@ -95,8 +95,9 @@ jobs:
|
|||||||
name: app-bundle
|
name: app-bundle
|
||||||
path: zig-out
|
path: zig-out
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Fix Permissions
|
||||||
run: ls -R zig-out
|
run: |
|
||||||
|
chmod +x zig-out/Ghostty.app/Contents/MacOS/ghostty
|
||||||
|
|
||||||
- name: Codesign app bundle
|
- name: Codesign app bundle
|
||||||
# Extract the secrets we defined earlier as environment variables
|
# Extract the secrets we defined earlier as environment variables
|
||||||
|
Reference in New Issue
Block a user