diff --git a/Jenkinsfile b/Jenkinsfile index 4706d9d..5a18807 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { success { unstash 'app' - archiveArtifacts artifacts: 'target/debug/telegram-leetbot', fingerprint: true + archiveArtifacts artifacts: 'target/release/telegram-leetbot', fingerprint: true } } }