Skip to content

fix(ci): don't sign an updater artifact in the Linux build - #149

Merged
msitarzewski merged 1 commit into
mainfrom
fix/linux-ci-updater-signing
Jul 15, 2026
Merged

msitarzewski merged 1 commit into
mainfrom
fix/linux-ci-updater-signing

Conversation

@msitarzewski

Copy link
Copy Markdown
Owner

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

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
@msitarzewski
msitarzewski merged commit 636713b into main Jul 15, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant