Update build-release.yml
This commit is contained in:
parent
56d48edb50
commit
3d735db463
|
@ -86,7 +86,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p result
|
mkdir -p result
|
||||||
cp sdk/Windows/2020.2/License.rtf thirdparty-license.rtf
|
cp sdk/Windows/2020.2/License.rtf thirdparty-license.rtf
|
||||||
cp build/Release/FBX2glTF.exe FBX2glTF.exe
|
cp build/Release/FBX2glTF.exe windows-FBX2glTF.exe
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
|
@ -98,7 +98,7 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
LICENSE
|
LICENSE
|
||||||
FBX2glTF.exe
|
windows-FBX2glTF.exe
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -176,7 +176,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
|
cp build/FBX2glTF linux-FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
|
@ -188,7 +188,7 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
LICENSE
|
LICENSE
|
||||||
FBX2glTF
|
linux-FBX2glTF
|
||||||
|
|
||||||
build-macos-x86_64:
|
build-macos-x86_64:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
@ -275,16 +275,16 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p result
|
mkdir -p result
|
||||||
cp sdk/Darwin/2020.2/License.rtf thirdparty-license.rtf
|
cp sdk/Darwin/2020.2/License.rtf thirdparty-license.rtf
|
||||||
cp build/FBX2glTF FBX2glTF
|
cp build/FBX2glTF mac-FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: macos-${{github.ref_name}}
|
automatic_release_tag: ${{github.ref_name}}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
title: FBX2glTF Macos x86_64 packages
|
title: FBX2glTF Macos x86_64 packages
|
||||||
files: |
|
files: |
|
||||||
thirdparty-license.rtf
|
thirdparty-license.rtf
|
||||||
LICENSE
|
LICENSE
|
||||||
FBX2glTF
|
mac-FBX2glTF
|
||||||
|
|
Loading…
Reference in New Issue