We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842a973 commit 03cef2aCopy full SHA for 03cef2a
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ env:
11
# Which godot version to use for exporting.
12
GODOT_VERSION: 4.4
13
# Which godot release to use for exporting. (stable/rc/beta/alpha)
14
- GODOT_RELEASE: beta
+ GODOT_RELEASE: beta1
15
# Used in the editor config file name. Do not change this for patch releases.
16
GODOT_FEATURE_VERSION: 4.4
17
# Commit hash
export_presets.cfg
@@ -20,7 +20,7 @@ script_export_mode=2
20
21
[preset.0.options]
22
23
-custom_template/debug="C:/Users/ASUS/Documents/godotengine_dev/godot/bin/android_debug.apk"
+custom_template/debug=""
24
custom_template/release=""
25
gradle_build/use_gradle_build=false
26
gradle_build/gradle_build_directory=""
0 commit comments