Rename.
This commit is contained in:
parent
af9b9c5297
commit
58c7ed29a2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue