You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): add Apple code signing and notarization for macOS builds
Imports Developer ID Application certificate into a temporary keychain,
extracts signing identity, writes App Store Connect API key for
notarization. Passes APPLE_SIGNING_IDENTITY, APPLE_API_ISSUER,
APPLE_API_KEY, and APPLE_API_KEY_PATH to tauri-action so macOS
.app and .dmg are signed and notarized. Non-macOS builds unaffected.
0 commit comments