Commit 28c00c7
committed
fix(ci): correct artifact path in publish-nightly job
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,
files end up at artifacts/*.gz, not artifacts/dist-bin/*.gz.1 parent 946db74 commit 28c00c7
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