add a goose2 signed release flow (#8728)

This commit is contained in:
Jack Amadeo
2026-04-24 13:45:07 -04:00
committed by GitHub
parent c6755d3259
commit 910e01af3f
5 changed files with 300 additions and 10 deletions
+5 -1
View File
@@ -44,6 +44,10 @@
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": ["../../../target/release/goose"]
"externalBin": ["../../../target/release/goose"],
"macOS": {
"entitlements": "entitlements.plist",
"hardenedRuntime": true
}
}
}