Clean github actions.
This commit is contained in:
parent
29f7e3dca3
commit
5a8369472e
|
@ -279,7 +279,6 @@ jobs:
|
|||
cp build/FBX2glTF result/FBX2glTF
|
||||
shell: bash
|
||||
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
|
@ -90,7 +90,6 @@ jobs:
|
|||
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
||||
shell: bash
|
||||
|
||||
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
@ -184,7 +183,6 @@ jobs:
|
|||
name: linux-packages
|
||||
path: result
|
||||
|
||||
|
||||
build-macos-x86_64:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue