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

@ -164,7 +164,7 @@ jobs:
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
./build/FBX2glTF --help
shell: bash
- uses: actions/upload-artifact@v2
@ -258,12 +258,12 @@ jobs:
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
./build/FBX2glTF --help
shell: bash
- name: Adhoc signature
run: |
codesign -s - --options=runtime build/FBX2glTF
codesign -s - --options=runtime build/FBX2glTF
shell: bash
- uses: actions/upload-artifact@v2
@ -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:
@ -162,7 +161,7 @@ jobs:
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
./build/FBX2glTF --help
shell: bash
- uses: actions/upload-artifact@v2
@ -184,7 +183,6 @@ jobs:
name: linux-packages
path: result
build-macos-x86_64:
runs-on: macos-11
steps:
@ -253,12 +251,12 @@ jobs:
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
./build/FBX2glTF --help
shell: bash
- name: Adhoc signature
run: |
codesign -s - --options=runtime build/FBX2glTF
codesign -s - --options=runtime build/FBX2glTF
shell: bash
- uses: actions/upload-artifact@v2