Skip to content

Re:Trace v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:21
Fix release: create GH release once, upload artifacts by ID

Three parallel tauri-action jobs racing to create the same release via
tagName caused conflicts and no release was published. Now a dedicated
create-release job creates the draft release first, then each build job
uploads to it using releaseId.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>