Explorar o código

Update CICD try 2.

K. S. Ernest (iFire) Lee %!s(int64=3) %!d(string=hai) anos
pai
achega
9f75c4e5fd
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      .github/workflows/build.yaml

+ 6 - 6
.github/workflows/build.yaml

@@ -185,7 +185,7 @@ jobs:
         run: |
         run: |
           mkdir -p result
           mkdir -p result
           cp sdk/Linux/2020.2/License.txt thirdparty-license.txt
           cp sdk/Linux/2020.2/License.txt thirdparty-license.txt
-          cp build/FBX2glTF FBX2glTF-linux-x86_64
+          cp build/FBX2glTF FBX2glTF
         shell: bash
         shell: bash
 
 
       - name: Release
       - name: Release
@@ -195,18 +195,18 @@ jobs:
           files: |
           files: |
             thirdparty-license.txt
             thirdparty-license.txt
             LICENSE
             LICENSE
-            FBX2glTF-linux-x86_64
+            FBX2glTF
 
 
       - name: Archive results
       - name: Archive results
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
         with:
         with:
-          name: linux-packages
-          path: FBX2glTF-linux-x86_64
+          name: FBX2glTF
+          path: FBX2glTF
 
 
       - name: thirdparty-license.txt
       - name: thirdparty-license.txt
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
         with:
         with:
-          name: linux-thirdparty-license
+          name: thirdparty-license.txt
           path: thirdparty-license.txt
           path: thirdparty-license.txt
 
 
       - name: LICENSE
       - name: LICENSE
@@ -316,7 +316,7 @@ jobs:
       - name: thirdparty-license.rtf
       - name: thirdparty-license.rtf
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
         with:
         with:
-          name: macos-thirdparty-license
+          name: thirdparty-license.rtf
           path: thirdparty-license.rtf
           path: thirdparty-license.rtf
 
 
       - name: LICENSE
       - name: LICENSE