Commit ad2f896
authored
ci: correct nightly artifact path in publish-nightly job (#295)
## Summary
- Fix `publish-nightly` job failing with `no matches found for
artifacts/dist-bin/*.gz`
- `upload-artifact` with `path: dist-bin/sentry-*` strips the
`dist-bin/` prefix — artifacts are stored as `sentry-linux-x64.gz`, not
`dist-bin/sentry-linux-x64.gz`
- With `download-artifact`'s `merge-multiple: true`, files end up at
`artifacts/*.gz`, not `artifacts/dist-bin/*.gz`
Fixes
https://github.com/getsentry/cli/actions/runs/22420624136/job/649174626731 parent 946db74 commit ad2f896
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments