1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Fix jenkins script

This commit is contained in:
Tae Won Ha 2024-01-15 18:07:49 +01:00
parent 5ee2a4d525
commit d05de5069f
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -41,7 +41,7 @@ releaseVimRJob.with {
publishers {
archiveArtifacts {
pattern('Neovim/build/**', 'build/Build/Products/Release/**, release.spec.sh, release-notes.temp.md, appcast*, build_release.temp.sh')
pattern('Neovim/build/**, build/Build/Products/Release/**, release.spec.sh, release-notes.temp.md, appcast*, build_release.temp.sh')
onlyIfSuccessful()
}
}
@ -77,7 +77,7 @@ nightlyVimRJob.with {
publishers {
archiveArtifacts {
pattern('Neovim/build/**', 'build/Build/Products/Release/**')
pattern('Neovim/build/**, build/Build/Products/Release/**')
onlyIfSuccessful()
}
}