Use proper sdk path.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 19:36:28 -07:00
parent f9670e4964
commit 03946b505e
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@ jobs:
- name: move - name: move
run: | run: |
move -v .\FBXSDK-Windows-2020.2\sdk\ . move -v .\FBXSDK-Windows-2020.2\sdk\ .\FBX2glTF\
shell: pwsh shell: pwsh
- name: Decompress sdk - name: Decompress sdk
run: | run: |
zstd -d -r --rm sdk zstd -d -r --rm .\FBX2glTF\sdk
shell: cmd shell: cmd
- name: Add conan remote - name: Add conan remote