diff --git a/Jenkinsfile b/Jenkinsfile index 8d2ce39..3537b56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Archiving') { steps { - archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true + archiveArtifacts artifacts: 'target/release/morethantext', fingerprint: true } } }