Clean github actions.
This commit is contained in:
parent
29f7e3dca3
commit
5a8369472e
|
@ -164,7 +164,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run FBX2glTF help
|
- name: Run FBX2glTF help
|
||||||
run: |
|
run: |
|
||||||
./build/FBX2glTF --help
|
./build/FBX2glTF --help
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
@ -258,12 +258,12 @@ jobs:
|
||||||
|
|
||||||
- name: Run FBX2glTF help
|
- name: Run FBX2glTF help
|
||||||
run: |
|
run: |
|
||||||
./build/FBX2glTF --help
|
./build/FBX2glTF --help
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Adhoc signature
|
- name: Adhoc signature
|
||||||
run: |
|
run: |
|
||||||
codesign -s - --options=runtime build/FBX2glTF
|
codesign -s - --options=runtime build/FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
@ -279,7 +279,6 @@ jobs:
|
||||||
cp build/FBX2glTF result/FBX2glTF
|
cp build/FBX2glTF result/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 }}"
|
||||||
|
|
|
@ -90,7 +90,6 @@ jobs:
|
||||||
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -162,7 +161,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run FBX2glTF help
|
- name: Run FBX2glTF help
|
||||||
run: |
|
run: |
|
||||||
./build/FBX2glTF --help
|
./build/FBX2glTF --help
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
@ -184,7 +183,6 @@ jobs:
|
||||||
name: linux-packages
|
name: linux-packages
|
||||||
path: result
|
path: result
|
||||||
|
|
||||||
|
|
||||||
build-macos-x86_64:
|
build-macos-x86_64:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
|
@ -253,12 +251,12 @@ jobs:
|
||||||
|
|
||||||
- name: Run FBX2glTF help
|
- name: Run FBX2glTF help
|
||||||
run: |
|
run: |
|
||||||
./build/FBX2glTF --help
|
./build/FBX2glTF --help
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Adhoc signature
|
- name: Adhoc signature
|
||||||
run: |
|
run: |
|
||||||
codesign -s - --options=runtime build/FBX2glTF
|
codesign -s - --options=runtime build/FBX2glTF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue