Fix client artifact location
This commit is contained in:
parent
42b94fcb9a
commit
a425128ac2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -76,7 +76,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "out\\*.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "build\\windows\\x64\\release\\bundle"
|
||||
archiveArtifacts artifacts: "build\\windows\\x64\\runner\\Release"
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue