fix the path
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good

This commit is contained in:
Joe Stanley 2022-11-06 18:26:37 -08:00
parent afd0991910
commit d9b5b9fe09

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ node ('windows') {
// Wrap Up - Archive the Generated Executables, Tear Down the Build System. // Wrap Up - Archive the Generated Executables, Tear Down the Build System.
stage('Archive/Teardown') { stage('Archive/Teardown') {
archiveArtifacts artifacts: "$WORKSPACE\\dist\\*.exe" archiveArtifacts artifacts: "dist\\*.exe"
} }
} }