Fix test reporting to work with multiple OS

This commit is contained in:
Lukas Aldershaab 2023-04-08 09:33:23 +02:00
parent f9bdb128c2
commit 414b717088
2 changed files with 22 additions and 5 deletions

View file

@ -70,6 +70,6 @@ jobs:
uses: actions/upload-artifact@v3
if: always() # always run even if the previous step fails
with:
name: junit-test-results
path: '${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml'
name: junit-test-results-${{ runner.os }}
path: '**/My Projects/Torque3D/game/test_detail.xml'
retention-days: 1