[godot] Update 4.2 build to Godot 4.2.2

This commit is contained in:
Mario Zechner 2024-04-18 13:41:00 +02:00
parent 94b8bf6f9f
commit 3507c8e425

View File

@ -17,8 +17,8 @@ jobs:
{"tag": "4.0.4-stable", "version": "4.0.4.stable", "mono": false},
{"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": false},
{"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": true},
{"tag": "4.2.1-stable", "version": "4.2.1.stable", "mono": false},
{"tag": "4.2.1-stable", "version": "4.2.1.stable", "mono": true},
{"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": false},
{"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": true},
]
uses: ./.github/workflows/spine-godot-v4.yml
with: