Commit 0b68fcb
committed
fix(ci): disable updater artifacts in Tauri debug builds via config override
The real root cause: createUpdaterArtifacts=true in tauri.conf.json causes even
debug builds to create .app.tar.gz updater bundles, which require a signing key.
Solution: add tauri.debug.conf.json with createUpdaterArtifacts=false and use
--config tauri.debug.conf.json in PR check builds. Tauri deep-merges config
overrides, so only this one setting is overridden. Works cross-platform.
---
Developed by Claude Sonnet 4.61 parent d0ba57e commit 0b68fcb
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments