[WRONG BRANCH] Add tag-triggered cross-platform release workflow - #2
Merged
Conversation
Co-authored-by: ar4ft <70501707+ar4ft@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ar4ft
August 18, 2026 06:23
View session
ar4ft
approved these changes
Aug 18, 2026
|
ar4ft
marked this pull request as ready for review
August 18, 2026 06:23
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. Its title has been prefixed with |
ar4ft
marked this pull request as ready for review
August 18, 2026 06:24
ar4ft
marked this pull request as ready for review
August 18, 2026 06:24
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.
The release process was tied to manual dispatch and did not start automatically when a release tag was pushed, so the repo had no native “tag -> GitHub release + binaries” path. This change adds a tag-driven release workflow that creates a GitHub release and packages binaries for the supported desktop platforms in one path.
Summary
push.tags: v*release workflow so version tags generate a release automatically.What changed
Tag releaseworkflowv*.matrixso each target is built independently and uploaded as its own artifact.checksums.txtafter the artifacts are available and uploads it to the release as a final verification artifact.Result
Review readiness checklist
This PR stays in draft until every box below is ticked. Tick all four boxes once the requirements are met:
All CI tests are green on my local testing.
I pushed my PR to the latest dev commit.
I resolved all correct Codex and CodeRabbit findings.
My PR is ready for review.