chore: bump CI workflows to Godot 4.6 stable
This commit is contained in:
+12
-12
@@ -24,14 +24,14 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Setup Export Templates
|
- name: Setup Export Templates
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.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.3-stable/Godot_v4.3-stable_export_templates.tpz
|
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
|
||||||
unzip Godot_v4.3-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.3.0.stable
|
unzip Godot_v4.6-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.6.stable
|
||||||
|
|
||||||
- name: Export Windows Build
|
- name: Export Windows Build
|
||||||
run: |
|
run: |
|
||||||
@@ -57,14 +57,14 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Setup Export Templates
|
- name: Setup Export Templates
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.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.3-stable/Godot_v4.3-stable_export_templates.tpz
|
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
|
||||||
unzip Godot_v4.3-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.3.0.stable
|
unzip Godot_v4.6-stable_export_templates.tpz -d ~/.local/share/godot/export_templates/4.6.stable
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
@@ -93,14 +93,14 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Setup Export Templates
|
- name: Setup Export Templates
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/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.3-stable/Godot_v4.3-stable_export_templates.tpz
|
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz
|
||||||
unzip Godot_v4.3-stable_export_templates.tpz -d ~/Library/Application\ Support/Godot/export_templates/4.3.0.stable
|
unzip Godot_v4.6-stable_export_templates.tpz -d ~/Library/Application\ Support/Godot/export_templates/4.6.stable
|
||||||
|
|
||||||
- name: Export macOS Build
|
- name: Export macOS Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Setup Android SDK (Android only)
|
- name: Setup Android SDK (Android only)
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Extract Version
|
- name: Extract Version
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Run Build Patch Script
|
- name: Run Build Patch Script
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
uses: chickensoft-games/setup-godot@v1
|
uses: chickensoft-games/setup-godot@v1
|
||||||
with:
|
with:
|
||||||
version: '4.3.0'
|
version: '4.6'
|
||||||
use-dotnet: false
|
use-dotnet: false
|
||||||
|
|
||||||
- name: Verify GUT Installation
|
- name: Verify GUT Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user