mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix Windows template executable names in GH action.
This commit is contained in:
parent
bf5d445fa7
commit
c2e32368b6
4
.github/workflows/spine-godot-v4.yml
vendored
4
.github/workflows/spine-godot-v4.yml
vendored
@ -183,13 +183,13 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-template-windows-debug.zip
|
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
|
- name: Upload artifacts release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-template-windows-release.zip
|
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:
|
godot-template-android:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user