diff --git a/.github/actions/test-results/action.yml b/.github/actions/test-results/action.yml index f738bccb5..5f94f3617 100644 --- a/.github/actions/test-results/action.yml +++ b/.github/actions/test-results/action.yml @@ -17,7 +17,7 @@ runs: - name: Test Reporter uses: phoenix-actions/test-reporting@v12 with: - artifact: torque3dWindowsMSVCUnitTest + artifact: ${{inputs.artifact-name}} name: ${{inputs.name}} path: ${{inputs.path}} reporter: java-junit \ No newline at end of file