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 70c407b5f9 - Show all commits

View File

@@ -17,14 +17,16 @@ jobs:
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3
steps:
- name: Node
run: |
apt-get update -qq
apt-get install -y -qq
- name: Checkout
uses: actions/checkout@v6
with:
lfs: true
- name: Setup
run: |
apt-get update
apt-get install -y nodejs npm
mkdir -v -p ~/.local/share/godot/export_templates/
mkdir -v -p ~/.config/
mv /root/.config/godot ~/.config/godot
@@ -46,14 +48,16 @@ jobs:
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3
steps:
- name: Node
run: |
apt-get update -qq
apt-get install -y -qq
- name: Checkout
uses: actions/checkout@v6
with:
lfs: true
- name: Setup
run: |
apt-get update
apt-get install -y nodejs npm
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Linux Build
@@ -107,14 +111,16 @@ jobs:
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3
steps:
- name: Node
run: |
apt-get update -qq
apt-get install -y -qq
- name: Checkout
uses: actions/checkout@v6
with:
lfs: true
- name: Setup
run: |
apt-get update
apt-get install -y nodejs npm
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Mac Build