diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-15 08:49:45 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-15 08:49:47 -0700 |
| commit | 895fb5f5dbb6dc41854143839a6cc1bd44ea449b (patch) | |
| tree | 314069837ad5d30811c448a77bbd218b0fc0ebe1 /.github | |
| parent | d205e65c4d85513f64ffb6f3edd72737bb6fa15c (diff) | |
ci: release tip should also staple the dmg
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-tip.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
