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 a34ca8af46 - Show all commits

View File

@@ -19,7 +19,7 @@ jobs:
image: barichello/godot-ci:4.3 image: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
- name: Setup - name: Setup
@@ -49,7 +49,7 @@ jobs:
image: barichello/godot-ci:4.3 image: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
- name: Setup - name: Setup
@@ -77,7 +77,7 @@ jobs:
# image: barichello/godot-ci:4.3 # image: barichello/godot-ci:4.3
# steps: # steps:
# - name: Checkout # - name: Checkout
# uses: actions/checkout@v4 # uses: actions/checkout@v6
# with: # with:
# lfs: true # lfs: true
# - name: Setup # - name: Setup
@@ -111,7 +111,7 @@ jobs:
image: barichello/godot-ci:4.3 image: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
- name: Setup - name: Setup