mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
Build exe and 7z at one make call
This commit is contained in:
parent
691795c644
commit
ca11ae62b8
@ -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}")
|
||||
} }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user