fix(ci): don't sign an updater artifact in the Linux build - #149
Merged
Merged
Conversation
tauri.conf.json sets bundle.createUpdaterArtifacts=true (macOS needs the signed .app.tar.gz for the in-app updater). On Linux that made the CI job try to sign an updater .AppImage.tar.gz, which needs TAURI_SIGNING_PRIVATE_KEY — a secret CI doesn't hold — so the job failed AFTER building .deb/.rpm/ .AppImage but BEFORE uploading them (no artifacts on any tagged release, v0.6.0 and v0.7.0 alike). The Linux auto-updater is unwired (users grab the .deb/.AppImage directly), so override createUpdaterArtifacts=false for the Linux build only. macOS is unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6
pull Bot
pushed a commit
to cyberchen1995/brew-browser
that referenced
this pull request
Jul 15, 2026
…e + Linux CI fix Follow-up to 0.7.0. Includes the resizable Activity console (msitarzewski#136, @cseelye) which was merged just after the 0.7.0 build was cut, plus the Linux CI fix (msitarzewski#149). Corrects the 0.7.0 notes/README, which listed the resizable console before it had actually shipped, and moves it to 0.7.1 where it belongs. - Versions → Tauri 0.7.1, native 0.3.1 (build 4). - New docs/release-notes/0.7.1.md; 0.7.0.md de-lists the resizable console. - README: 0.7.1 changelog entry + pointers; landing softwareVersion 0.7.1. Gate: Tauri svelte-check 0 / vitest 57 · native swift build + 199 tests. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6
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.
tauri.conf.json sets bundle.createUpdaterArtifacts=true (macOS needs the
signed .app.tar.gz for the in-app updater). On Linux that made the CI job
try to sign an updater .AppImage.tar.gz, which needs TAURI_SIGNING_PRIVATE_KEY
— a secret CI doesn't hold — so the job failed AFTER building .deb/.rpm/
.AppImage but BEFORE uploading them (no artifacts on any tagged release,
v0.6.0 and v0.7.0 alike). The Linux auto-updater is unwired (users grab the
.deb/.AppImage directly), so override createUpdaterArtifacts=false for the
Linux build only. macOS is unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) [email protected]
Claude-Session: https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6