소스 검색

[godot] Fix Windows template executable names in GH action.

Mario Zechner 2 년 전
부모
커밋
c2e32368b6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/spine-godot-v4.yml

+ 2 - 2
.github/workflows/spine-godot-v4.yml

@@ -183,13 +183,13 @@ jobs:
         uses: actions/upload-artifact@v2
         with:
           name: godot-template-windows-debug.zip
-          path: spine-godot/godot/bin/windows_debug_x86_64.exe.exe
+          path: spine-godot/godot/bin/windows_debug_x86_64.exe
 
       - name: Upload artifacts release
         uses: actions/upload-artifact@v2
         with:
           name: godot-template-windows-release.zip
-          path: spine-godot/godot/bin/windows_debug_x86_64.exe.exe
+          path: spine-godot/godot/bin/windows_release_x86_64.exe
 
   godot-template-android:
     runs-on: ubuntu-20.04