fix(ci): grab release build in jenkinsfile
This commit is contained in:
parent
caa2ec1182
commit
d9183e64fa
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
success {
|
||||
unstash 'app'
|
||||
|
||||
archiveArtifacts artifacts: 'target/debug/telegram-leetbot', fingerprint: true
|
||||
archiveArtifacts artifacts: 'target/release/telegram-leetbot', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user