Build exe and 7z at one make call

This commit is contained in:
Andrei Smirnov 2021-09-16 16:21:55 +03:00 committed by Iuri Matias
parent 691795c644
commit ca11ae62b8
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ pipeline {
stage('Package') {
steps { script {
windows.bundle(env.STATUS_CLIENT_EXE)
windows.bundle(env.STATUS_CLIENT_7Z)
windows.bundle("${env.STATUS_CLIENT_EXE} ${env.STATUS_CLIENT_7Z}")
} }
}