Try moving the location.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 19:56:04 -07:00
parent 5960f272b9
commit f3d1d66395
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ jobs:
- name: move
run: |
mkdir -p FBX2glTF/sdk
mv ./FBXSDK-Windows-2020.2/sdk FBX2glTF/sdk
mv ./FBXSDK-Windows-2020.2/sdk sdk
shell: bash
- name: Decompress sdk
run: |
zstd -d -r --rm .\FBX2glTF\sdk
zstd -d -r --rm sdk
shell: cmd
- name: Add conan remote