chore: bump CI workflows to Godot 4.6 stable

This commit is contained in:
2026-06-18 14:57:18 +08:00
parent c5811d60fb
commit 98b337331e
4 changed files with 16 additions and 16 deletions
+12 -12
View File
@@ -24,14 +24,14 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Setup Export Templates
run: |
mkdir -p ~/.local/share/godot/export_templates/4.3.0.stable
wget https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_export_templates.tpz
unzip Godot_v4.3-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.3.0.stable
mkdir -p ~/.local/share/godot/export_templates/4.6.stable
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
unzip Godot_v4.6-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.6.stable
- name: Export Windows Build
run: |
@@ -57,14 +57,14 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Setup Export Templates
run: |
mkdir -p ~/.local/share/godot/export_templates/4.3.0.stable
wget https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_export_templates.tpz
unzip Godot_v4.3-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.3.0.stable
mkdir -p ~/.local/share/godot/export_templates/4.6.stable
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
unzip Godot_v4.6-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.6.stable
- name: Setup Android SDK
uses: android-actions/setup-android@v3
@@ -93,14 +93,14 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Setup Export Templates
run: |
mkdir -p ~/Library/Application\ Support/Godot/export_templates/4.3.0.stable
wget https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_export_templates.tpz
unzip Godot_v4.3-stable_export_templates.tpz -d ~/Library/Application\ Support/Godot/export_templates/4.3.0.stable
mkdir -p ~/Library/Application\ Support/Godot/export_templates/4.6.stable
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
unzip Godot_v4.6-stable_export_templates.tpz -d ~/Library/Application\ Support/Godot/export_templates/4.6.stable
- name: Export macOS Build
run: |
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Setup Android SDK (Android only)
@@ -107,7 +107,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Extract Version
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Run Build Patch Script
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Setup Godot
uses: chickensoft-games/setup-godot@v1
with:
version: '4.3.0'
version: '4.6'
use-dotnet: false
- name: Verify GUT Installation