Explorar o código

set default value for Windows debug flag

Armin Schrenk hai 1 ano
pai
achega
be4aad4168
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: