From 73756da5e79715fa3352b88fc05ded6155cd6f44 Mon Sep 17 00:00:00 2001 From: Mikhail Sedov Date: Sat, 19 Oct 2024 19:02:51 +0200 Subject: [PATCH] Save test results to the files with different names. --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 9f6ec27..60218ed 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -76,7 +76,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: Unit Test Results + name: Test Results ${{ matrix.os }}-${{ matrix.c_compiler }} path: ${{ steps.strings.outputs.build-output-dir }}/Testing/Temporary/LastTest.log retention-days: 7 @@ -139,6 +139,6 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: Unit Test Results + name: Test Results ${{ matrix.os }}-${{ matrix.c_compiler }} path: ${{ steps.strings.outputs.build-output-dir }}/Testing/Temporary/LastTest.log retention-days: 7 \ No newline at end of file