name the artifacts with their matrix idx
This commit is contained in:
2
.github/workflows/full-regression.yml
vendored
2
.github/workflows/full-regression.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: full-regression-test-artifact
|
name: full-regression-test-artifact-${{ matrix.idx }}
|
||||||
path: full-regression-test-${{ matrix.idx }}.tar
|
path: full-regression-test-${{ matrix.idx }}.tar
|
||||||
|
|
||||||
merge:
|
merge:
|
||||||
|
|||||||
Reference in New Issue
Block a user