소스 검색

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: