chore: bump CI workflows to Godot 4.6 stable
This commit is contained in:
+12
-12
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user