Skip to content

Commit 03cef2a

Browse files
Fix CI (#6)
1 parent 842a973 commit 03cef2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# Which godot version to use for exporting.
1212
GODOT_VERSION: 4.4
1313
# Which godot release to use for exporting. (stable/rc/beta/alpha)
14-
GODOT_RELEASE: beta
14+
GODOT_RELEASE: beta1
1515
# Used in the editor config file name. Do not change this for patch releases.
1616
GODOT_FEATURE_VERSION: 4.4
1717
# Commit hash

export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script_export_mode=2
2020

2121
[preset.0.options]
2222

23-
custom_template/debug="C:/Users/ASUS/Documents/godotengine_dev/godot/bin/android_debug.apk"
23+
custom_template/debug=""
2424
custom_template/release=""
2525
gradle_build/use_gradle_build=false
2626
gradle_build/gradle_build_directory=""

0 commit comments

Comments
 (0)