Commit 1195ffb
fix: disable updater signing in artifacts workflow, widen PR paths
The artifacts workflow has no signing keys, so Tauri exits non-zero
when createUpdaterArtifacts is enabled. Pass --config to disable it
for artifact builds (same approach as the Makefile local targets).
Also widen the pull_request paths filter to cover all desktop build
inputs: frontend/, cmd/, internal/, go.mod/go.sum, and the desktop
workflow files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 526422d commit 1195ffb
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | | - | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments