Commit a9d171b
committed
fix: enable createUpdaterArtifacts for Tauri 2 updater signing
Tauri 2 requires 'createUpdaterArtifacts' in the bundle config to
generate .sig signature files alongside installers. Without this,
the TAURI_SIGNING_PRIVATE_KEY env var is ignored and tauri-action
logs 'Signature not found for the updater JSON. Skipping upload...'
on every platform.
Set to 'v1Compatible' which produces the signature format expected
by tauri-plugin-updater and the latest.json manifest.1 parent 867ff14 commit a9d171b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments