Let's try this again.
This commit is contained in:
parent
58c7ed29a2
commit
3d928f0fb7
|
@ -42,8 +42,8 @@ jobs:
|
||||||
|
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
mkdir -p FBX2glTF/sdk
|
mkdir -p sdk
|
||||||
mv ./FBXSDK-Windows-2020.2/sdk ./FBX2glTF/sdk
|
mv ./FBXSDK-Windows-2020.2/sdk ./sdk
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Decompress sdk
|
- name: Decompress sdk
|
||||||
|
@ -58,23 +58,15 @@ jobs:
|
||||||
|
|
||||||
- name: Conan install
|
- name: Conan install
|
||||||
run: |
|
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
|
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Conan build
|
- name: Conan build
|
||||||
run: |
|
run: |
|
||||||
cd FBX2glTF
|
|
||||||
conan build -bf build .
|
conan build -bf build .
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Move build
|
- uses: actions/upload-artifact@v2
|
||||||
run: |
|
|
||||||
cd FBX2glTF
|
|
||||||
move
|
|
||||||
shell: cmd
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
with:
|
||||||
name: FBX2glTF-windows-x64.exe
|
name: FBX2glTF-windows-x64.exe
|
||||||
path: FBX2glTF/build/Release/FBX2glTF.exe
|
path: FBX2glTF/build/Release/FBX2glTF.exe
|
||||||
|
|
Loading…
Reference in New Issue