ci: no dmg to notarize for debug builds

This commit is contained in:
Mitchell Hashimoto
2025-09-16 06:50:38 -07:00
parent 07243789be
commit b5b4b1be72

View File

@@ -579,7 +579,6 @@ 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