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
|
||||
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
|
||||
|
Reference in New Issue
Block a user