Add proper names.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:33:46 -07:00
parent 6eeef95dfb
commit 29e13a885f
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
move -v .\FBXSDK-Windows-2020.2\sdk\ . move -v .\FBXSDK-Windows-2020.2\sdk\ .
shell: pwsh shell: pwsh
- name: move - name: decompress sdk
run: | run: |
zstd -d -r --rm sdk zstd -d -r --rm sdk
shell: pwsh shell: pwsh
@ -61,7 +61,7 @@ jobs:
conan --version conan --version
shell: cmd shell: cmd
- name: Downloading conan - name: Conan install
run: | run: |
conan install . -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib conan install . -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
shell: cmd shell: cmd
@ -71,7 +71,7 @@ jobs:
conan build -bf build . conan build -bf build .
shell: cmd shell: cmd
- name: Conan build - name: Move build
run: | run: |
move build\Release\FBX2glTF.exe build\Release\FBX2glTF-windows-x64.exe move build\Release\FBX2glTF.exe build\Release\FBX2glTF-windows-x64.exe
shell: cmd shell: cmd