From 2d1f95e9ab16a2a9b38be0a12e39992ee4ab18f4 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 12:14:40 -0800 Subject: [PATCH] Try bash. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: