diff --git a/.github/workflows/full-regression.yml b/.github/workflows/full-regression.yml index 458b48ef0a..d1b0c0c86a 100644 --- a/.github/workflows/full-regression.yml +++ b/.github/workflows/full-regression.yml @@ -88,8 +88,13 @@ jobs: --progress-file=progress-${{ matrix.idx }}.yaml \ --log-file=run-${{ matrix.idx }}.log + tar -cvf full-regression-test.tar run*.log progress*.yaml output*.xml + - name: Upload artifacts uses: actions/upload-artifact@v4 + with: + name: full-regression-test-artifact + path: full-regression-test.tar