From 5306f5ff18f43d038a1ddf1b0bbd1c61ec8eb696 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Wed, 28 Aug 2024 15:35:25 -0500 Subject: [PATCH] provide path to the artifacts --- .github/workflows/full-regression.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full-regression.yml b/.github/workflows/full-regression.yml index 34a4907d02..7ae324f99a 100644 --- a/.github/workflows/full-regression.yml +++ b/.github/workflows/full-regression.yml @@ -92,6 +92,8 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 - + with: + name: full-regression-test-artifact + path: full-regression-test-*.tar