Skip to content

Commit

Permalink
macOS produces a bundle, fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 24, 2024
1 parent c896d44 commit ceb3412
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 @@ -105,8 +105,9 @@ pipeline {
glob: 'buildtrees/**/*.log, installed/vcpkg/issue_body.md',
dir: 'vcpkg/'

// macOS produces a bundle which is a directory itself
zip zipFile: 'macOS-clap-plugins.zip', archive: true, overwrite: true,
glob: '*.clap',
glob: '*.clap/**',
dir: 'builds/ninja-vcpkg/plugins/Release/'
}
}
Expand Down

0 comments on commit ceb3412

Please sign in to comment.