diff --git a/.gitea/workflows/build-game.yaml b/.gitea/workflows/build-game.yaml index a4ebece..6543ba7 100644 --- a/.gitea/workflows/build-game.yaml +++ b/.gitea/workflows/build-game.yaml @@ -23,7 +23,7 @@ jobs: # The internal version string Godot expects for templates # CRITICAL: Run your custom editor, check "Help -> About" to find this exact string. # It is usually "4.3.stable.custom_build" unless you changed version.py - GODOT_VERSION: "4.6.dev.double.custom_build" + GODOT_VERSION: "4.6.dev.double" # Registry details REGISTRY_URL: https://gitea.212.63.210.91.nip.io/api/packages/seedlingattempt/generic @@ -79,7 +79,7 @@ jobs: # "Linux/X11" must match the name in your export_presets.cfg ./godot_headless --headless --export-release "Linux/X11" build/linux/game.x86_64 - + cd .. - name: Upload Artifacts