Let's try this again.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 20:19:37 -07:00
parent 58c7ed29a2
commit 3d928f0fb7
1 changed files with 3 additions and 11 deletions

View File

@ -42,8 +42,8 @@ jobs:
- name: move
run: |
mkdir -p FBX2glTF/sdk
mv ./FBXSDK-Windows-2020.2/sdk ./FBX2glTF/sdk
mkdir -p sdk
mv ./FBXSDK-Windows-2020.2/sdk ./sdk
shell: bash
- name: Decompress sdk
@ -58,22 +58,14 @@ jobs:
- name: Conan install
run: |
cd FBX2glTF
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
shell: cmd
- name: Conan build
run: |
cd FBX2glTF
conan build -bf build .
shell: cmd
- name: Move build
run: |
cd FBX2glTF
move
shell: cmd
- uses: actions/upload-artifact@v2
with:
name: FBX2glTF-windows-x64.exe