From be4aad4168400ee794a53cf343bed8387bc43b4f Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 9 Feb 2024 17:03:22 +0100 Subject: [PATCH] set default value for Windows debug flag --- .github/workflows/win-exe.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 0ca2a7789..e3b96b722 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -11,6 +11,7 @@ on: isDebug: description: 'Build debug version with console output' type: boolean + default: false env: