Commit f3f79c7
fix(dashboard-release): create release once, eliminating arch-split drafts
v0.8.3 came out split across TWO draft releases for one tag: each matrix leg
called tauri-action with releaseDraft:true + tagName, so when two legs started
simultaneously they both found no existing release and each created its own
draft. The x64 legs landed on one draft, arm64 on another, and deploy-updater
grabbed only one draft's latest.json — shipping an x64-only updater manifest that
404'd (draft assets) and omitted Apple Silicon entirely.
Fix (the documented tauri-action multi-platform pattern):
- New create-release job makes the draft ONCE (reuses on re-run), outputs its id.
- Build matrix and uploads via releaseId (not tagName),
so every leg targets the same release and tauri-action merges one complete
latest.json across all 6 platforms.
- release-dashboard.sh asset floor 10 -> 24: a full run is 25 assets; 24 catches
an arch split (~12-14) as a backstop even if the race ever recurs.
v0.8.3 itself was already consolidated + republished manually (25 assets, full
17-platform updater manifest live); this prevents recurrence.
Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>1 parent d184f8c commit f3f79c7
2 files changed
Lines changed: 48 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
16 | 54 | | |
17 | 55 | | |
| 56 | + | |
18 | 57 | | |
19 | 58 | | |
20 | 59 | | |
| |||
130 | 169 | | |
131 | 170 | | |
132 | 171 | | |
133 | | - | |
134 | | - | |
135 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
136 | 176 | | |
137 | 177 | | |
138 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| |||
0 commit comments