We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88937ab commit 1a0f302Copy full SHA for 1a0f302
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
- uses: actions/upload-artifact@v2
73
with:
74
name: FBX2glTF-windows-x64.exe
75
- path: build/FBX2glTF.exe
+ path: build/Release/FBX2glTF.exe
76
build-ubuntu:
77
runs-on: ubuntu-latest
78
steps:
0 commit comments