Преглед изворни кода

[godot] Build the latest 4.x versions.

Mario Zechner пре 2 година
родитељ
комит
94d043b566
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .github/workflows/spine-godot-v4-all.yml

+ 3 - 3
.github/workflows/spine-godot-v4-all.yml

@@ -14,9 +14,9 @@ jobs:
       matrix:
         version:
           [
-            {"tag": "4.0-stable", "version": "4.0.stable", "mono": false},
-            {"tag": "4.1-stable", "version": "4.1.stable", "mono": false},
-            {"tag": "4.1-stable", "version": "4.1.stable", "mono": true},
+            {"tag": "4.0.4-stable", "version": "4.0.4.stable", "mono": false},
+            {"tag": "4.1.1-stable", "version": "4.1.1.stable", "mono": false},
+            {"tag": "4.1.1-stable", "version": "4.1.1.stable", "mono": true},
           ]
     uses: ./.github/workflows/spine-godot-v4.yml
     with: