Remove yaml error.
This commit is contained in:
parent
d832e68554
commit
83c3a7260e
|
@ -66,7 +66,7 @@ jobs:
|
||||||
conan build -bf build .
|
conan build -bf build .
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- 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
|
||||||
|
@ -135,7 +135,7 @@ jobs:
|
||||||
conan build -bf build .
|
conan build -bf build .
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: FBX2glTF-linux
|
name: FBX2glTF-linux
|
||||||
path: FBX2glTF/build/Release/FBX2glTF
|
path: FBX2glTF/build/Release/FBX2glTF
|
||||||
|
|
Loading…
Reference in New Issue