test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit 03787a82fc - Show all commits

View File

@@ -14,9 +14,13 @@ env:
jobs: jobs:
export-windows: export-windows:
name: Windows Export name: Windows Export
runs-on: ubuntu-24.04-github # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@@ -42,7 +46,7 @@ jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: ubuntu-24.04-github # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
@@ -68,7 +72,7 @@ jobs:
# export-web: # export-web:
# name: Web Export # name: Web Export
# runs-on: ubuntu-24.04-github # Use 24.04 with godot 4 # runs-on: ubuntu-24.04 # Use 24.04 with godot 4
# container: # container:
# image: barichello/godot-ci:4.3 # image: barichello/godot-ci:4.3
# steps: # steps:
@@ -102,7 +106,7 @@ jobs:
export-mac: export-mac:
name: Mac Export name: Mac Export
runs-on: ubuntu-24.04-github # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout