Rename the arm archive's name.

This commit is contained in:
git 2021-02-14 14:41:23 +01:00
parent ad8fae37e4
commit 377063c5fd
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
steps { steps {
echo 'Deploying....' echo 'Deploying....'
dir('cmake-build-release') { archiveArtifacts artifacts:'*.deb, *.rpm, *.tar.gz, *.sh', fingerprint: false } 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 } dir('cmake-build-release-win32') { archiveArtifacts artifacts:'*.exe', fingerprint: false }
} }
} }