Skip to content

Commit

Permalink
Update CICD try 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire authored Apr 7, 2022
1 parent 666f1c6 commit 9f75c4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f75c4e

Please sign in to comment.