release workflow
Some checks failed
godot-ci export / Windows Export (push) Failing after 1m12s
godot-ci export / Linux Export (push) Failing after 8s

This commit is contained in:
Aada Tikkanen 2026-03-02 15:45:36 +02:00
parent 35d9639ff8
commit 6a477e2e19

View file

@ -13,7 +13,7 @@ jobs:
name: Windows Export name: Windows Export
runs-on: ubuntu-latest # Use 24.04 with godot 4 runs-on: ubuntu-latest # Use 24.04 with godot 4
container: container:
image: abarichello/godot-ci@4.6.1-stable image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -41,7 +41,7 @@ jobs:
name: Linux Export name: Linux Export
runs-on: ubuntu-latest # Use 24.04 with godot 4 runs-on: ubuntu-latest # Use 24.04 with godot 4
container: container:
image: abarichello/godot-ci@4.6.1-stable image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4