add another job with the action merge
This commit is contained in:
11
.github/workflows/full-regression.yml
vendored
11
.github/workflows/full-regression.yml
vendored
@ -95,5 +95,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: full-regression-test-artifact
|
name: full-regression-test-artifact
|
||||||
path: full-regression-test-${{ matrix.idx }}.tar
|
path: full-regression-test-${{ matrix.idx }}.tar
|
||||||
|
|
||||||
|
merge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
|
steps:
|
||||||
|
- name: Merge Artifacts
|
||||||
|
uses: actions/upload-artifact/merge@v4
|
||||||
|
with:
|
||||||
|
name: merged-full-regresssion-artifact
|
||||||
|
pattern: full-regression-test-*.tar
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user