Ensure windows client is also archived
This commit is contained in:
parent
2998f87f13
commit
4bd35a73d0
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -76,6 +76,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "out\\*.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "build\\windows\\x64\\release\\bundle"
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue