瀏覽代碼

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: