Run help once.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 11:59:41 -08:00
parent a61f6a3e8c
commit 86b53923c3
1 changed files with 15 additions and 0 deletions

View File

@ -69,6 +69,11 @@ jobs:
conan build -bf build .
shell: cmd
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
shell: bash
- uses: actions/upload-artifact@v2
with:
name: FBX2glTF-windows.exe
@ -153,6 +158,11 @@ jobs:
conan build -bf build .
shell: bash
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
shell: bash
- uses: actions/upload-artifact@v2
with:
name: FBX2glTF-linux
@ -241,6 +251,11 @@ jobs:
env CMAKE_OSX_ARCHITECTURES=x86_64 conan build -bf build .
shell: bash
- name: Run FBX2glTF help
run: |
./build/FBX2glTF --help
shell: bash
- name: Adhoc signature
run: |
codesign -s - --options=runtime build/FBX2glTF