From 29633cbc8b4d5fdeefa90ac8138fbfb83598f1c7 Mon Sep 17 00:00:00 2001 From: Ricardo Domingues Date: Tue, 24 Sep 2024 11:27:39 +0100 Subject: [PATCH] Fix --- .github/workflows/pr-unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-unit-test.yml b/.github/workflows/pr-unit-test.yml index dbcbe2e4..05b93281 100644 --- a/.github/workflows/pr-unit-test.yml +++ b/.github/workflows/pr-unit-test.yml @@ -82,7 +82,7 @@ jobs: uses: actions/upload-artifact@v4 if: always() # This step runs regardless of the previous step results with: - name: test-results-${{ matrix.build.type == '' }}-${{ matrix.build.type }} + name: test-results-${{ matrix.os }}-${{ matrix.build.type }} retention-days: 14 path: ${{ matrix.os }}/smb/test-results*.xml - name: Upload Code Coverage