From 895fb5f5dbb6dc41854143839a6cc1bd44ea449b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Sep 2025 08:49:45 -0700 Subject: [PATCH] ci: release tip should also staple the dmg --- .github/workflows/release-tip.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 015e42c89..ec4ef4220 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -579,6 +579,7 @@ jobs: # Finally, we need to "attach the staple" to our executable, which will allow our app to be # validated by macOS even when an internet connection is not available. echo "Attach staple" + xcrun stapler staple "Ghostty.dmg" xcrun stapler staple "macos/build/Release/Ghostty.app" # Zip up the app