Commit 07a08b3
fix(release): only download calm-* artifacts in the release job
The bare download-artifact step grabs every artifact in the run,
including the *.dockerbuild build-record docker/build-push-action v6
uploads when the parallel docker job finishes first — and downloading
that artifact fails hard after 5 retries, killing the release job.
That race is how the v0.3.2 release attempt died twice; v0.3.1 only
passed because docker finished after release. Filter to the binary
tarballs, which is all this job ever needed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 443a25a commit 07a08b3
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
126 | 135 | | |
127 | 136 | | |
128 | 137 | | |
| |||
0 commit comments