Parcourir la source

Update action.yml

marauder2k7 il y a 2 ans
Parent
commit
f1b3c1a940
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/actions/test-results/action.yml

+ 1 - 1
.github/actions/test-results/action.yml

@@ -17,7 +17,7 @@ runs:
     - name: Test Reporter
     - name: Test Reporter
       uses: phoenix-actions/test-reporting@v12
       uses: phoenix-actions/test-reporting@v12
       with:
       with:
-        artifact: torque3dWindowsMSVCUnitTest
+        artifact: ${{inputs.artifact-name}}
         name: ${{inputs.name}}
         name: ${{inputs.name}}
         path: ${{inputs.path}}
         path: ${{inputs.path}}
         reporter: java-junit 
         reporter: java-junit