Ensure windows client is also archived

This commit is contained in:
zontreck 2024-11-24 23:57:24 -07:00
parent 2998f87f13
commit 4bd35a73d0

1
Jenkinsfile vendored
View file

@ -76,6 +76,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: "out\\*.exe", fingerprint: true
archiveArtifacts artifacts: "build\\windows\\x64\\release\\bundle"
deleteDir()
}
}