diff --git a/Jenkinsfile b/Jenkinsfile index 4c3843a..f231671 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { steps { echo 'Deploying....' dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false } - zip zipFile: './Linux-ARM.zip', archive: true, glob: "*.tar.gz, *.sh" + zip zipFile: './Yerbacon-ARM_lpkg.zip', archive: true, glob: "*.tar.gz, *.sh" dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false } } }