Преглед изворни кода

set default value for Windows debug flag

Armin Schrenk пре 1 година
родитељ
комит
be4aad4168
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/win-exe.yml

+ 1 - 0
.github/workflows/win-exe.yml

@@ -11,6 +11,7 @@ on:
       isDebug:
         description: 'Build debug version with console output'
         type: boolean
+        default: false
 
 
 env: