From f1b3c1a94074bd91441f6b810db0cb01d3d083ba Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Wed, 26 Jul 2023 16:59:18 +0100 Subject: [PATCH] Update action.yml --- .github/actions/test-results/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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