From 95b017a77cae287081f703dda435e756c4c7700c Mon Sep 17 00:00:00 2001 From: Tara Drwenski Date: Wed, 10 Jan 2024 09:30:21 -0700 Subject: [PATCH] Fix test artifact name --- .github/workflows/tds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tds.yml b/.github/workflows/tds.yml index 49595b99a6..d4c26869e7 100644 --- a/.github/workflows/tds.yml +++ b/.github/workflows/tds.yml @@ -32,6 +32,6 @@ jobs: - uses: actions/upload-artifact@v2 if: failure() with: - name: tds_JUnit_Results_${{ github.sha }}_AdoptOpenJDK-HS-${{ matrix.java }}-matrix.servletcontainer }} + name: tds_JUnit_Results_${{ github.sha }}_AdoptOpenJDK-HS-${{ matrix.java }}-${{ matrix.servletcontainer }} path: build/reports/allTests