Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 24, 2024
1 parent 72b6321 commit 557ed4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ pipeline {
}
post {
always {
zip zipFile: 'linux-clap-plugins.zip', archive: true: overwrite: true,
zip zipFile: 'linux-clap-plugins.zip', archive: true, overwrite: true,
glob: 'builds/ninja-vcpkg/plugins/Release/clap-plugins.clap'

zip zipFile: 'linux-vcpkg-logs.zip', archive: true, overwrite: true,
glob: 'vcpkg/buildtrees/**/*.log, vcpkg/installed/vcpkg/issue_body.md'
}
Expand Down

0 comments on commit 557ed4b

Please sign in to comment.