Only build artifacts.
This commit is contained in:
parent
90ebabc007
commit
29f7e3dca3
|
@ -90,16 +90,13 @@ jobs:
|
||||||
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
|
||||||
|
- name: Archive code coverage results
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
name: windows-packages
|
||||||
automatic_release_tag: latest-windows
|
path: result
|
||||||
prerelease: true
|
|
||||||
title: FBX2glTF Windows packages
|
|
||||||
files: |
|
|
||||||
result/thirdparty-license.rtf
|
|
||||||
result/LICENSE
|
|
||||||
result/FBX2glTF.exe
|
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -181,16 +178,12 @@ jobs:
|
||||||
cp build/FBX2glTF result/FBX2glTF
|
cp build/FBX2glTF result/FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- name: Archive code coverage results
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
name: linux-packages
|
||||||
automatic_release_tag: latest-linux
|
path: result
|
||||||
prerelease: true
|
|
||||||
title: FBX2glTF Linux packages
|
|
||||||
files: |
|
|
||||||
result/thirdparty-license.rtf
|
|
||||||
result/LICENSE
|
|
||||||
result/FBX2glTF
|
|
||||||
|
|
||||||
build-macos-x86_64:
|
build-macos-x86_64:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
@ -281,14 +274,8 @@ jobs:
|
||||||
cp build/FBX2glTF result/FBX2glTF
|
cp build/FBX2glTF result/FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Archive code coverage results
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
name: macos-x64-64-packages
|
||||||
automatic_release_tag: latest-macos
|
path: result
|
||||||
prerelease: true
|
|
||||||
title: FBX2glTF Macos x86_64 packages
|
|
||||||
files: |
|
|
||||||
result/thirdparty-license.rtf
|
|
||||||
result/LICENSE
|
|
||||||
result/FBX2glTF
|
|
||||||
|
|
Loading…
Reference in New Issue