From 04bd62a677ef869e2caaa7bf27987dda88a6023f Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Wed, 28 Aug 2024 16:13:10 -0500 Subject: [PATCH] add another job with the action merge --- .github/workflows/full-regression.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full-regression.yml b/.github/workflows/full-regression.yml index b97910d32c..1b8a3d402d 100644 --- a/.github/workflows/full-regression.yml +++ b/.github/workflows/full-regression.yml @@ -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