From cd2b41b443e77a6e8927f3977c8a7ed50021c20f Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 26 Apr 2026 11:52:14 +0200 Subject: [PATCH] fix ci --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 734a467a..46329ef9 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -114,7 +114,7 @@ jobs: with: # Version must include major, minor, and patch, and be >= 4.0.0 # Pre-release label is optional. - version: ${GODOT_VERSION} + version: '4.6.1' # Use .NET-enabled version of Godot (the default is also true). use-dotnet: true # Include the Godot Export Templates (the default is false).