From 3c73c5adce561d715eef806ebc3af1e00eacb08e Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 12:00:43 -0800 Subject: [PATCH] Windows is different. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18e0c25..93a517e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Run FBX2glTF help run: | build/Release/FBX2glTF.exe --help - shell: bash + shell: cmd - uses: actions/upload-artifact@v2 with: