forked from mirrors/0ad
Fix win64 artifact name in bundles pipeline
The extra space is part of the name and prevents the build tarball to be excluded from archived artifacts. Reported-By: Itms <itms@wildfiregames.com> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -314,7 +314,7 @@ pipeline {
|
||||
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: '*AppImage,*.dmg,*.exe,*.tar.gz,*.tar.xz,*.minisig,*.md5sum,*.sha1sum,*.sha256sum', excludes: 'win32-rebuild.tar.gz, win64-build.tar.gz'
|
||||
archiveArtifacts artifacts: '*AppImage,*.dmg,*.exe,*.tar.gz,*.tar.xz,*.minisig,*.md5sum,*.sha1sum,*.sha256sum', excludes: 'win32-rebuild.tar.gz,win64-build.tar.gz'
|
||||
}
|
||||
cleanup {
|
||||
sh 'svn revert -R .'
|
||||
|
||||
Reference in New Issue
Block a user