add another job with the action merge

This commit is contained in:
Trung Nguyen
2024-08-28 16:13:10 -05:00
parent 796a0f18d3
commit 04bd62a677

View File

@ -95,5 +95,14 @@ jobs:
with:
name: full-regression-test-artifact
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