Update cicd.

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

View File

@ -83,7 +83,7 @@ jobs:
run: |
mkdir -p result
cp sdk/Windows/2020.2/License.rtf thirdparty-license.rtf
cp build/Release/FBX2glTF.exe FBX2glTF-windows-x86_64.exe
cp build/Release/FBX2glTF.exe FBX2glTF.exe
shell: bash
- name: Release
@ -95,22 +95,22 @@ jobs:
LICENSE
FBX2glTF-windows-x86_64.exe
- name: Archive results
- name: FBX2glTF.exe
uses: actions/upload-artifact@v3
with:
name: windows-packages
path: FBX2glTF-windows-x86_64.exe
path: FBX2glTF.exe
- name: Archive results
- name: thirdparty-license.rtf
uses: actions/upload-artifact@v3
with:
name: windows-thirdparty-license
name: thirdparty-license.rtf
path: thirdparty-license.rtf
- name: Archive results
uses: actions/upload-artifact@v3
with:
name: windows-license
name: LICENSE
path: LICENSE
build-ubuntu:
@ -203,16 +203,16 @@ jobs:
name: linux-packages
path: FBX2glTF-linux-x86_64
- name: Archive results
- name: thirdparty-license.txt
uses: actions/upload-artifact@v3
with:
name: linux-thirdparty-license
path: thirdparty-license.txt
- name: Archive results
- name: LICENSE
uses: actions/upload-artifact@v3
with:
name: linux-license
name: LICENSE
path: LICENSE
build-macos-x86_64:
@ -307,20 +307,20 @@ jobs:
LICENSE
FBX2glTF-macos-x86_64
- name: Archive results
- name: FBX2glTF-macos-x86_64
uses: actions/upload-artifact@v3
with:
name: macos-packages
path: FBX2glTF-macos-x86_64
- name: Archive results
- name: thirdparty-license.rtf
uses: actions/upload-artifact@v3
with:
name: macos-thirdparty-license
path: thirdparty-license.rtf
- name: Archive results
- name: LICENSE
uses: actions/upload-artifact@v3
with:
name: macos-license
path: LICENSE
name: LICENSE
path: LICENSE