ci(release): replace Go release with tauri-action (mirrors cuesheet)#25
Merged
statik merged 1 commit intoJun 21, 2026
Conversation
Rewrite release.yml to build and publish the Tauri app via tauri-apps/tauri-action@v0.6.2 on tag v* / manual dispatch, matching the cuesheet pattern: - matrix: macOS universal-apple-darwin + Windows (no Linux, like cuesheet) - projectPath src-tauri; tag v__VERSION__, draft release "HyperDeck Adapter v__VERSION__" - TAURI_SIGNING_PRIVATE_KEY(+_PASSWORD) at job env; updater artifacts are auto-disabled when the signing key is absent (so unsigned builds still succeed) - Apple Developer ID cert import + "Configure Apple signing" guard (avoids the empty-identity failure); Windows Authenticode cert import -> thumbprint passed via --config bundle.windows.certificateThumbprint tauri-action generates latest.json + signed updater bundles once the signing key (issue #12) is configured. Triggers only on tags, so this is inert until a release is cut. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R8X1NxFiaLGJzwUD5wgRTv
statik
merged commit Jun 21, 2026
e27cb93
into
claude/tauri-migration-self-update-74d57g
7 checks passed
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.
Step 13 of the Tauri/Rust migration
Replaces the Go
release.ymlwith a Tauri release pipeline mirroring cuesheet's proven workflow.What's here
tauri-apps/tauri-action@v0.6.2on tagv*/ manual dispatch.universal-apple-darwin+ Windows (no Linux, matching cuesheet).projectPath: src-tauri; tagv__VERSION__, draft release"HyperDeck Adapter v__VERSION__".TAURI_SIGNING_PRIVATE_KEY(+_PASSWORD)at job env; updater artifacts auto-disable when the key is absent (unsigned builds still succeed) — same guard as cuesheet.--config bundle.windows.certificateThumbprint.latest.json+ signed updater bundles once the signing key (issue Maintainer setup: signing keys & secrets for Tauri self-update (do NOT auto-generate) #12) is configured.Verification
YAML validated locally. It triggers only on tags, so it's inert until a release is cut — the real end-to-end self-update test is the hardware/release step (#10/#11) once the maintainer adds the minisign key. All secret names already match issue #12.
Part of: #10, #11, #12.
Generated by Claude Code