فهرست منبع

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: