فهرست منبع

Update test-results.yml

marauder2k7 2 سال پیش
والد
کامیت
01b4872d2d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/test-results.yml

+ 2 - 2
.github/workflows/test-results.yml

@@ -21,7 +21,7 @@ jobs:
                 artifact-name: "torque3dLinuxGCCUnitTest"
             }
           - {
-              name: "Ubuntu Test Results",
+              name: "Linux Test Results",
               artifact-name: "torque3dLinuxGCCUnitTest"
             }
           - {
@@ -29,7 +29,7 @@ jobs:
                 artifact-name: "torque3dMacOSXCLANGUnitTest"
             }
     steps:
-      - name: Upload Artifact
+      - name: Publish ${{matrix.config.name}}
         uses: ./.github/actions/test-results
         with:
           artifact-name: ${{matrix.config.artifact-name}}