This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 19:46:04 -07:00
parent 5dd9d6acb1
commit 5c5f868fb8
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ jobs:
- name: move - name: move
run: | run: |
robocopy .\FBXSDK-Windows-2020.2\sdk\ .\FBX2glTF\sdk /MIR /R:0 /W:0 mkdir -p FBX2glTF/sdk
shell: cmd mv ./FBXSDK-Windows-2020.2/sdk FBX2glTF/sdk
shell: bash
- name: Decompress sdk - name: Decompress sdk
run: | run: |