From 9f75c4e5fdf35d5c9733be957ea5778fc3df7147 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Thu, 7 Apr 2022 07:11:40 -0700 Subject: [PATCH] Update CICD try 2. --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cf4758e..a834ef6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -185,7 +185,7 @@ jobs: run: | mkdir -p result cp sdk/Linux/2020.2/License.txt thirdparty-license.txt - cp build/FBX2glTF FBX2glTF-linux-x86_64 + cp build/FBX2glTF FBX2glTF shell: bash - name: Release @@ -195,18 +195,18 @@ jobs: files: | thirdparty-license.txt LICENSE - FBX2glTF-linux-x86_64 + FBX2glTF - name: Archive results uses: actions/upload-artifact@v3 with: - name: linux-packages - path: FBX2glTF-linux-x86_64 + name: FBX2glTF + path: FBX2glTF - name: thirdparty-license.txt uses: actions/upload-artifact@v3 with: - name: linux-thirdparty-license + name: thirdparty-license.txt path: thirdparty-license.txt - name: LICENSE @@ -316,7 +316,7 @@ jobs: - name: thirdparty-license.rtf uses: actions/upload-artifact@v3 with: - name: macos-thirdparty-license + name: thirdparty-license.rtf path: thirdparty-license.rtf - name: LICENSE