From f6dd40f854b9387e222fc2ab458bc689662724e9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Nov 2022 11:44:03 -0800 Subject: [PATCH] ci: set executable bit for binary --- .github/workflows/release-tip.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 4d272bb6f..e68ed4e71 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -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