Fix client artifact location

This commit is contained in:
zontreck 2024-11-25 00:03:30 -07:00
parent 42b94fcb9a
commit a425128ac2

2
Jenkinsfile vendored
View file

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