diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93a517e..5c9567c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,8 +71,8 @@ jobs: - name: Run FBX2glTF help run: | - build/Release/FBX2glTF.exe --help - shell: cmd + ./build/Release/FBX2glTF.exe --help + shell: bash - uses: actions/upload-artifact@v2 with: