Github Actions: use Release build configuration

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/471/head
Lev Stipakov 2021-11-29 22:15:18 +02:00 committed by Gert Doering
parent bb6b6e29fb
commit f42b91dc2f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
useVcpkgToolchainFile: true
buildWithCMake: true
buildDirectory: ${{ env.buildDir }}
cmakeAppendedArgs: '-GNinja'
cmakeBuildType: ${{env.BUILD_CONFIGURATION}}
- uses: actions/upload-artifact@v2
with: