Skip to content

Enable updater artifacts so auto-update manifest publishes#81

Merged
bryanroscoe merged 1 commit into
mainfrom
fix/updater-artifacts
Jun 15, 2026
Merged

Enable updater artifacts so auto-update manifest publishes#81
bryanroscoe merged 1 commit into
mainfrom
fix/updater-artifacts

Conversation

@bryanroscoe

Copy link
Copy Markdown
Owner

The beta.14 release's Publish updater manifest job failed: latest.json not found on release. Tauri 2 only emits signed updater artifacts (and the latest.json that tauri-action's includeUpdaterJson uploads) when bundle.createUpdaterArtifacts is true. That flag was missing.

This enables it so the next release produces the artifacts and publishes the updater manifest, which is what makes in-app auto-update actually work.

…ublishes

Tauri 2 only produces signed updater artifacts when bundle.createUpdaterArtifacts
is true; without it tauri-action's includeUpdaterJson has nothing to emit, so the
Publish-updater-manifest job failed and no latest.json was published.
@bryanroscoe bryanroscoe merged commit c949a41 into main Jun 15, 2026
4 checks passed
@bryanroscoe bryanroscoe deleted the fix/updater-artifacts branch June 15, 2026 13:40
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