diff --git a/Jenkinsfile b/Jenkinsfile index c38836e..05da1a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ node ('windows') { // Wrap Up - Archive the Generated Executables, Tear Down the Build System. stage('Archive/Teardown') { - archiveArtifacts artifacts: "$WORKSPACE\\dist\\*.exe" + archiveArtifacts artifacts: "dist\\*.exe" } } \ No newline at end of file