Make artifacts.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 22:14:08 -07:00
parent 49a5482935
commit 7e890947b6
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
- 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: build/FBX2glTF.exe
build-ubuntu: build-ubuntu:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -144,4 +144,4 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: FBX2glTF-linux name: FBX2glTF-linux
path: FBX2glTF/build/Release/FBX2glTF path: build/FBX2glTF