mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
ci: build spine-godot v4 against Godot 4.6.1
This commit is contained in:
parent
fbcbdcd069
commit
ac3814da64
6
.github/workflows/spine-godot-v4-all.yml
vendored
6
.github/workflows/spine-godot-v4-all.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
[
|
[
|
||||||
{"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": false},
|
{"tag": "4.6.1-stable", "version": "4.6.1.stable", "mono": false},
|
||||||
{"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": true}
|
{"tag": "4.6.1-stable", "version": "4.6.1.stable", "mono": true},
|
||||||
]
|
]
|
||||||
uses: ./.github/workflows/spine-godot-v4.yml
|
uses: ./.github/workflows/spine-godot-v4.yml
|
||||||
with:
|
with:
|
||||||
godot_tag: ${{ matrix.version.tag }}
|
godot_tag: ${{ matrix.version.tag }}
|
||||||
godot_version: ${{ matrix.version.version }}
|
godot_version: ${{ matrix.version.version }}
|
||||||
godot_mono: ${{ matrix.version.mono }}
|
godot_mono: ${{ matrix.version.mono }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user