mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 10:16:54 +08:00
[godot] Fix GH workflow for Godot 4.0
This commit is contained in:
parent
9da2be9f6f
commit
9e5c945d17
10
.github/workflows/spine-godot-v4.yml
vendored
10
.github/workflows/spine-godot-v4.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build and Publish Godot editor and templates
|
name: Build and Publish Godot 4.0 editor and templates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev
|
sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates.sh linux
|
./spine-godot/build/build-templates-v4.sh linux
|
||||||
|
|
||||||
- name: Upload artifacts debug
|
- name: Upload artifacts debug
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -174,7 +174,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates.sh windows
|
./spine-godot/build/build-templates-v4.sh windows
|
||||||
|
|
||||||
- name: Upload artifacts debug
|
- name: Upload artifacts debug
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -214,7 +214,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates.sh android
|
./spine-godot/build/build-templates-v4.sh android
|
||||||
|
|
||||||
- name: Upload artifacts debug
|
- name: Upload artifacts debug
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -256,7 +256,7 @@ jobs:
|
|||||||
- name: Build Godot artifact
|
- name: Build Godot artifact
|
||||||
run: |
|
run: |
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates.sh web
|
./spine-godot/build/build-templates-v4.sh web
|
||||||
|
|
||||||
- name: Upload artifacts debug
|
- name: Upload artifacts debug
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user