Commit f0e9f27
committed
ci(macos): fix release step — orphaned upload-artifact keys, idempotent publish
The retention-days/compression-level keys belonged to the upload-artifact
step but landed inside the release step's run block, so they ran as shell
('retention-days: command not found', exit 127) and reddened the run even
though the release published. Move them back under upload-artifact and make
the release create-or-update so re-runs don't fail on an existing tag.1 parent 9361132 commit f0e9f27
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
| |||
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
0 commit comments