mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-06 02:09:48 +03:00
Update CICD try 2.
This commit is contained in:
committed by
GitHub
parent
666f1c6cec
commit
9f75c4e5fd
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user