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

View File

@@ -18,8 +18,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |
@@ -45,8 +46,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |
@@ -71,7 +73,7 @@ jobs:
# image: barichello/godot-ci:4.3 # image: barichello/godot-ci:4.3
# steps: # steps:
# - name: Checkout # - name: Checkout
# uses: actions/checkout@v6 # uses: actions/checkout@v4
# with: # with:
# lfs: true # lfs: true
# - name: Setup # - name: Setup
@@ -104,8 +106,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |