Skip to content

Commit 83c3a72

Browse files
committed
Remove yaml error.
1 parent d832e68 commit 83c3a72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
conan build -bf build .
6767
shell: cmd
6868

69-
- uses: actions/upload-artifact@v2
69+
- uses: actions/upload-artifact@v2
7070
with:
7171
name: FBX2glTF-windows-x64.exe
7272
path: FBX2glTF/build/Release/FBX2glTF.exe
@@ -135,7 +135,7 @@ jobs:
135135
conan build -bf build .
136136
shell: cmd
137137

138-
- uses: actions/upload-artifact@v2
139-
with:
140-
name: FBX2glTF-linux
141-
path: FBX2glTF/build/Release/FBX2glTF
138+
- uses: actions/upload-artifact@v2
139+
with:
140+
name: FBX2glTF-linux
141+
path: FBX2glTF/build/Release/FBX2glTF

0 commit comments

Comments
 (0)