Commit a8bcef9
authored
fix(ci): download release assets from release_build step before calling release.sh (#83)
The release step gets a fresh workspace — neither builddeck,
builddeck.sha256, nor builddeck.tag survive from the previous step.
Download all three from --step release_build before invoking
release.sh so the GitHub release has real assets to upload.
Same fix for pipeline.release.yml: download from --step build.1 parent 7016028 commit a8bcef9
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments