We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24a8b4 commit cf48db2Copy full SHA for cf48db2
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ env:
17
# Commit hash
18
GODOT_COMMIT_HASH: 89cea143987d564363e15d207438530651d943ac
19
PROJECT_NAME: VectorTouch
20
- BUILD_TYPE: ${{ github.event_name == 'workflow_dispatch' && 'release' || 'debug' }}
+ BUILD_TYPE: 'debug'
21
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
22
GODOT_REPO: https://github.com/godotengine/godot.git
23
0 commit comments