Clean github actions.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-03 16:34:31 -07:00
parent 29f7e3dca3
commit 5a8369472e
2 changed files with 26 additions and 29 deletions

View File

@ -279,7 +279,6 @@ jobs:
cp build/FBX2glTF result/FBX2glTF
shell: bash
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -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: