Skip to content

Commit cf48db2

Browse files
Set BUILD_TYPE to 'debug' in build.yml
1 parent c24a8b4 commit cf48db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# Commit hash
1818
GODOT_COMMIT_HASH: 89cea143987d564363e15d207438530651d943ac
1919
PROJECT_NAME: VectorTouch
20-
BUILD_TYPE: ${{ github.event_name == 'workflow_dispatch' && 'release' || 'debug' }}
20+
BUILD_TYPE: 'debug'
2121
BUILD_OPTIONS: lto=full production=yes deprecated=no minizip=no d3d12=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../vectortouch/.github/disabled_classes.gdbuild
2222
GODOT_REPO: https://github.com/godotengine/godot.git
2323

0 commit comments

Comments
 (0)