Browse Source

Give the proper path for zipping on windows.

K. S. Ernest (iFire) Lee 3 năm trước cách đây
mục cha
commit
0e626182f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -84,7 +84,7 @@ jobs:
           mkdir -p result
           cp sdk/Windows/2020.2/License.rtf result/thirdparty-license.rtf
           cp LICENSE result/LICENSE
-          cp build/FBX2glTF result/FBX2glTF
+          cp build/Release/FBX2glTF.exe result/FBX2glTF.exe
         shell: bash
 
       - uses: papeloto/action-zip@v1