Skip to content

Commit

Permalink
Fix CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxerror247 authored Jan 20, 2025
1 parent 842a973 commit 03cef2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 03cef2a

Please sign in to comment.