Commit ea87520
fix(ci): correct gh release upload flag order in SLSA workflow (#691)
`--clobber` came after the `--` separator, so gh parsed it as a filename
('no matches found for --clobber') and the build-artifacts job failed,
skipping provenance. Move --clobber before -- so it is a flag and the
glob stays positional.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6bfd443 commit ea87520
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments