Give the proper path for zipping on windows.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 16:14:13 -08:00
parent 598f3b9cee
commit 0e626182f8
1 changed files with 1 additions and 1 deletions

View File

@ -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