Update CICD try 2.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-07 07:11:40 -07:00 committed by GitHub
parent 666f1c6cec
commit 9f75c4e5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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 name: FBX2glTF
path: FBX2glTF-linux-x86_64 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