Quellcode durchsuchen

[godot] Update 4.1 editor build to 4.1.2-stable

Mario Zechner vor 1 Jahr
Ursprung
Commit
97fb551cee
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .github/workflows/spine-godot-v4-all.yml

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

@@ -15,8 +15,8 @@ jobs:
         version:
           [
             {"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},
+            {"tag": "4.1.2-stable", "version": "4.1.2.stable", "mono": false},
+            {"tag": "4.1.2-stable", "version": "4.1.2.stable", "mono": true},
           ]
     uses: ./.github/workflows/spine-godot-v4.yml
     with: