|
@@ -21,7 +21,7 @@ jobs:
|
|
godot-editor-windows:
|
|
godot-editor-windows:
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -35,7 +35,7 @@ jobs:
|
|
./spine-godot/build/build.sh release_debug
|
|
./spine-godot/build/build.sh release_debug
|
|
|
|
|
|
- name: Upload artifacts
|
|
- name: Upload artifacts
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-editor-windows.zip
|
|
name: godot-editor-windows.zip
|
|
path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe
|
|
path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
godot-editor-linux:
|
|
godot-editor-linux:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -59,7 +59,7 @@ jobs:
|
|
./spine-godot/build/build.sh release_debug
|
|
./spine-godot/build/build.sh release_debug
|
|
|
|
|
|
- name: Upload artifacts
|
|
- name: Upload artifacts
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-editor-linux.zip
|
|
name: godot-editor-linux.zip
|
|
path: spine-godot/godot/bin/godot.x11.opt.tools.64
|
|
path: spine-godot/godot/bin/godot.x11.opt.tools.64
|
|
@@ -67,7 +67,7 @@ jobs:
|
|
godot-editor-macos:
|
|
godot-editor-macos:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -84,7 +84,7 @@ jobs:
|
|
popd
|
|
popd
|
|
|
|
|
|
- name: Upload artifacts
|
|
- name: Upload artifacts
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-editor-macos.zip
|
|
name: godot-editor-macos.zip
|
|
path: spine-godot/godot/bin/godot-editor-macos.zip
|
|
path: spine-godot/godot/bin/godot-editor-macos.zip
|
|
@@ -92,7 +92,7 @@ jobs:
|
|
godot-template-ios:
|
|
godot-template-ios:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -105,7 +105,7 @@ jobs:
|
|
./spine-godot/build/build-templates.sh ios
|
|
./spine-godot/build/build-templates.sh ios
|
|
|
|
|
|
- name: Upload artifacts
|
|
- name: Upload artifacts
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-ios.zip
|
|
name: godot-template-ios.zip
|
|
path: spine-godot/godot/bin/iphone.zip
|
|
path: spine-godot/godot/bin/iphone.zip
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
godot-template-macos:
|
|
godot-template-macos:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -126,7 +126,7 @@ jobs:
|
|
./spine-godot/build/build-templates.sh macos
|
|
./spine-godot/build/build-templates.sh macos
|
|
|
|
|
|
- name: Upload artifacts
|
|
- name: Upload artifacts
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-macos.zip
|
|
name: godot-template-macos.zip
|
|
path: spine-godot/godot/bin/osx.zip
|
|
path: spine-godot/godot/bin/osx.zip
|
|
@@ -134,7 +134,7 @@ jobs:
|
|
godot-template-linux:
|
|
godot-template-linux:
|
|
runs-on: ubuntu-18.04
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -149,13 +149,13 @@ jobs:
|
|
./spine-godot/build/build-templates.sh linux
|
|
./spine-godot/build/build-templates.sh linux
|
|
|
|
|
|
- name: Upload artifacts debug
|
|
- name: Upload artifacts debug
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-linux-debug.zip
|
|
name: godot-template-linux-debug.zip
|
|
path: spine-godot/godot/bin/linux_x11_64_debug
|
|
path: spine-godot/godot/bin/linux_x11_64_debug
|
|
|
|
|
|
- name: Upload artifacts release
|
|
- name: Upload artifacts release
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-linux-release.zip
|
|
name: godot-template-linux-release.zip
|
|
path: spine-godot/godot/bin/linux_x11_64_release
|
|
path: spine-godot/godot/bin/linux_x11_64_release
|
|
@@ -163,7 +163,7 @@ jobs:
|
|
godot-template-windows:
|
|
godot-template-windows:
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -177,13 +177,13 @@ jobs:
|
|
./spine-godot/build/build-templates.sh windows
|
|
./spine-godot/build/build-templates.sh windows
|
|
|
|
|
|
- name: Upload artifacts debug
|
|
- name: Upload artifacts debug
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-windows-debug.zip
|
|
name: godot-template-windows-debug.zip
|
|
path: spine-godot/godot/bin/windows_64_debug.exe
|
|
path: spine-godot/godot/bin/windows_64_debug.exe
|
|
|
|
|
|
- name: Upload artifacts release
|
|
- name: Upload artifacts release
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-windows-release.zip
|
|
name: godot-template-windows-release.zip
|
|
path: spine-godot/godot/bin/windows_64_release.exe
|
|
path: spine-godot/godot/bin/windows_64_release.exe
|
|
@@ -191,7 +191,7 @@ jobs:
|
|
godot-template-android:
|
|
godot-template-android:
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -217,19 +217,19 @@ jobs:
|
|
./spine-godot/build/build-templates.sh android
|
|
./spine-godot/build/build-templates.sh android
|
|
|
|
|
|
- name: Upload artifacts debug
|
|
- name: Upload artifacts debug
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-android-debug.zip
|
|
name: godot-template-android-debug.zip
|
|
path: spine-godot/godot/bin/android_debug.apk
|
|
path: spine-godot/godot/bin/android_debug.apk
|
|
|
|
|
|
- name: Upload artifacts release
|
|
- name: Upload artifacts release
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-android-release.zip
|
|
name: godot-template-android-release.zip
|
|
path: spine-godot/godot/bin/android_release.apk
|
|
path: spine-godot/godot/bin/android_release.apk
|
|
|
|
|
|
- name: Upload artifacts source
|
|
- name: Upload artifacts source
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-android-source.zip
|
|
name: godot-template-android-source.zip
|
|
path: spine-godot/godot/bin/android_source.zip
|
|
path: spine-godot/godot/bin/android_source.zip
|
|
@@ -237,12 +237,12 @@ jobs:
|
|
godot-template-web:
|
|
godot-template-web:
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Set up Emscripten latest
|
|
- name: Set up Emscripten latest
|
|
- uses: mymindstorm/setup-emsdk@v10
|
|
|
|
|
|
+ uses: mymindstorm/setup-emsdk@v11
|
|
with:
|
|
with:
|
|
version: ${{env.EM_VERSION}}
|
|
version: ${{env.EM_VERSION}}
|
|
|
|
|
|
@@ -259,13 +259,13 @@ jobs:
|
|
./spine-godot/build/build-templates.sh web
|
|
./spine-godot/build/build-templates.sh web
|
|
|
|
|
|
- name: Upload artifacts debug
|
|
- name: Upload artifacts debug
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-web-debug.zip
|
|
name: godot-template-web-debug.zip
|
|
path: spine-godot/godot/bin/webassembly_debug.zip
|
|
path: spine-godot/godot/bin/webassembly_debug.zip
|
|
|
|
|
|
- name: Upload artifacts release
|
|
- name: Upload artifacts release
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
with:
|
|
with:
|
|
name: godot-template-web-release.zip
|
|
name: godot-template-web-release.zip
|
|
path: spine-godot/godot/bin/webassembly_release.zip
|
|
path: spine-godot/godot/bin/webassembly_release.zip
|