Skip to content

Commit

Permalink
try with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 24, 2024
1 parent e0e4f6a commit 88fa670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
dir: 'vcpkg/'

zip zipFile: 'linux-clap-plugins.zip', archive: true, overwrite: true,
file: 'clap-plugins.clap',
glob: '*.clap',
dir: 'builds/ninja-vcpkg/plugins/Release/'
}
}
Expand Down Expand Up @@ -106,7 +106,7 @@ pipeline {
dir: 'vcpkg/'

zip zipFile: 'macOS-clap-plugins.zip', archive: true, overwrite: true,
file: 'clap-plugins.clap',
glob: '*.clap',
dir: 'builds/ninja-vcpkg/plugins/Release/'
}
}
Expand Down Expand Up @@ -143,7 +143,7 @@ pipeline {
dir: 'vcpkg/'

zip zipFile: 'windows-clap-plugins.zip', archive: true, overwrite: true,
file: 'clap-plugins.clap',
glob: '*.clap',
dir: 'builds/vs-vcpkg/plugins/Release/'
}
}
Expand Down

0 comments on commit 88fa670

Please sign in to comment.