Skip to content

Commit

Permalink
Save test results to the files with different names.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedovmo committed Oct 19, 2024
1 parent 0bd5a2d commit 73756da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 73756da

Please sign in to comment.