This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 20:17:06 -07:00
parent af9b9c5297
commit 58c7ed29a2
1 changed files with 3 additions and 3 deletions

View File

@ -71,10 +71,10 @@ jobs:
- name: Move build - name: Move build
run: | run: |
cd FBX2glTF cd FBX2glTF
move build/Release/FBX2glTF.exe build/Release/FBX2glTF-windows-x64.exe move
shell: cmd shell: cmd
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: FBX2glTF.exe name: FBX2glTF-windows-x64.exe
path: FBX2glTF/build/Release/FBX2glTF-windows-x64.exe path: FBX2glTF/build/Release/FBX2glTF.exe