From e14688b11cba5579eb100a377469a3242636522b Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Mon, 20 Jan 2025 13:14:33 +0530 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 2 +- export_presets.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b8d5cc..6188b82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ env: # Which godot version to use for exporting. GODOT_VERSION: 4.4 # Which godot release to use for exporting. (stable/rc/beta/alpha) - GODOT_RELEASE: beta + GODOT_RELEASE: beta1 # Used in the editor config file name. Do not change this for patch releases. GODOT_FEATURE_VERSION: 4.4 # Commit hash diff --git a/export_presets.cfg b/export_presets.cfg index 163bc2c..00244cb 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -20,7 +20,7 @@ script_export_mode=2 [preset.0.options] -custom_template/debug="C:/Users/ASUS/Documents/godotengine_dev/godot/bin/android_debug.apk" +custom_template/debug="" custom_template/release="" gradle_build/use_gradle_build=false gradle_build/gradle_build_directory=""