From 29e13a885f87c1112d418a82e66264c88e292678 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 17:33:46 -0700 Subject: [PATCH] Add proper names. --- .github/workflows/build-win-10.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 0f5ef24..61f3ffb 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -46,7 +46,7 @@ jobs: move -v .\FBXSDK-Windows-2020.2\sdk\ . shell: pwsh - - name: move + - name: decompress sdk run: | zstd -d -r --rm sdk shell: pwsh @@ -61,7 +61,7 @@ jobs: conan --version shell: cmd - - name: Downloading conan + - name: Conan install 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 shell: cmd @@ -71,7 +71,7 @@ jobs: conan build -bf build . shell: cmd - - name: Conan build + - name: Move build run: | move build\Release\FBX2glTF.exe build\Release\FBX2glTF-windows-x64.exe shell: cmd