ci(release): macOS Signing + Notarisierung im Release-Job#9
Merged
Conversation
Same pattern as docmind-desktop: mac-only setup step writes the App Store Connect API key (APPLE_API_KEY_P8 secret) to disk and exports CSC_LINK/CSC_KEY_PASSWORD + APPLE_API_* via GITHUB_ENV; electron-builder signs, notarizes and staples automatically before packaging. Windows/ Linux builds remain unsigned. Secrets: APPLE_API_KEY_P8 + MINGLY_LICENSE_SECRET set; CSC_LINK + CSC_KEY_PASSWORD pending manual cert export. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was
Release-Job signiert/notarisiert/stapelt macOS-Builds jetzt automatisch — identisches Muster wie docmind-desktop#3.
Warum
Bisher hätte ein Tag-Push unsignierte Builds publiziert und manuell notarisierte Artefakte überschrieben. Vorbereitung für v0.7.2 (erster Full-CI-Release).
Secrets-Status
APPLE_API_KEY_P8 ✅, MINGLY_LICENSE_SECRET ✅, CSC_LINK/CSC_KEY_PASSWORD ⏳ (manueller Export folgt vor dem Tag)
Tests
Erster echter Test = Tag v0.7.2; Muster läuft parallel im docmind-Dispatch-Run.
🤖 Generated with Claude Code