ci(release): add tag-triggered signed release workflow#10
Merged
Conversation
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.
Summary
.github/workflows/release.yml, a tag-triggered release workflow that builds, signs, notarizes, and packages the macOS AU/VST3/Standalone artefacts and builds an unsigned Windows VST3/Standalone, then attaches both zips to the GitHub release for the pushed tag./Users/yves/Development/Audio/.scaffold/release-workflow-template.yml) with__NAME__->Overture, matching the pattern already in use in sibling repos (e.g.nave).find-based lookup (via a smallfind_artefact_dirhelper) instead of a hardcodedRelease/path, mirroring the workaround already present in this repo'sci.yml("Locate plugin artefacts" step) for JUCE's single- vs multi-config path differences.Trigger & security model
pushof tags matchingv*only — never runs onpull_requestevents, so fork PRs can't reach org secrets.security create-keychain), signs + notarizes + staples, then deletes the keychain in anif: always()post step.contents: writeonly, scoped to attaching release assets viagh release upload.Dependencies / open items
APPLE_CERT_P12,APPLE_CERT_PASSWORD,APPLE_API_KEY_P8,APPLE_API_KEY_ID,APPLE_API_ISSUER_ID. Until those exist at themetal-up-your-assorg level, therelease-macosjob will fail at the "Import signing certificate" step on an actual tag push. This PR only adds the workflow file; it does not provision secrets..github/were modified — this PR addsrelease.ymlonly.Test plan
python3 -c "import yaml; yaml.safe_load(open('.github/workflows/release.yml'))"— YAML parses cleanly.nave/.github/workflows/release.ymlwith plugin names normalized — structurally identical apart fromOverture/Navesubstitution.v*tags.