Give the proper path for zipping on windows.
This commit is contained in:
parent
598f3b9cee
commit
0e626182f8
|
@ -84,7 +84,7 @@ jobs:
|
||||||
mkdir -p result
|
mkdir -p result
|
||||||
cp sdk/Windows/2020.2/License.rtf result/thirdparty-license.rtf
|
cp sdk/Windows/2020.2/License.rtf result/thirdparty-license.rtf
|
||||||
cp LICENSE result/LICENSE
|
cp LICENSE result/LICENSE
|
||||||
cp build/FBX2glTF result/FBX2glTF
|
cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: papeloto/action-zip@v1
|
- uses: papeloto/action-zip@v1
|
||||||
|
|
Loading…
Reference in New Issue