Commit ae20618
authored
fix: consolidate per-platform SHA512SUMS into single file to avoid upload collisions (#120)
Each build artifact previously included a SHA512SUMS file with identical
filenames across platforms, causing 'asset under the same name already
exists' errors during release upload.
Now all per-platform SHA512SUMS files are merged into a single combined
SHA512SUMS at the workspace root before upload, matching common open-source
conventions (e.g. Node.js SHASUMS256.txt). Per-artifact copies are deleted
so they are not uploaded redundantly.1 parent 82850e1 commit ae20618
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
206 | 216 | | |
207 | | - | |
| 217 | + | |
208 | 218 | | |
209 | 219 | | |
210 | 220 | | |
| |||
213 | 223 | | |
214 | 224 | | |
215 | 225 | | |
216 | | - | |
| 226 | + | |
217 | 227 | | |
| 228 | + | |
218 | 229 | | |
219 | 230 | | |
220 | 231 | | |
| |||
0 commit comments