From 576679168acfa65bc6dc778c16b6cec46238d547 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 6 Jun 2024 07:20:19 -0700 Subject: [PATCH] disambiguate test report name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e37d494..613b46d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: TestResults + name: ${{ matrix.artifact-name }}TestReport path: | build/reports/ @@ -78,7 +78,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() with: - name: TestResults + name: ${{ matrix.artifact-name }}TestReport path: | build/reports/