Corrected Jenkins file.

This commit is contained in:
Jeff Baskin 2025-02-03 16:54:03 -05:00
parent 492c303a4c
commit c538a8979c

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
} }
stage('Archiving') { stage('Archiving') {
steps { steps {
archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true archiveArtifacts artifacts: 'target/release/morethantext', fingerprint: true
} }
} }
} }