From 6a477e2e1988477c645c3eca10edf1fe2de47e80 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 15:45:36 +0200 Subject: [PATCH] release workflow --- .forgejo/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 455bc6c..94e91ab 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: name: Windows Export runs-on: ubuntu-latest # Use 24.04 with godot 4 container: - image: abarichello/godot-ci@4.6.1-stable + image: barichello/godot-ci:mono-4.6.1 steps: - name: Checkout uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: name: Linux Export runs-on: ubuntu-latest # Use 24.04 with godot 4 container: - image: abarichello/godot-ci@4.6.1-stable + image: barichello/godot-ci:mono-4.6.1 steps: - name: Checkout uses: actions/checkout@v4