mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-11 06:22:52 +00:00
Use wildcard for FreeBSD itemPattern
This commit is contained in:
parent
62ae8ff1dc
commit
a528c9e008
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ stages:
|
|||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: Packages
|
||||
itemPattern: '/$(pattern)'
|
||||
itemPattern: '**/$(pattern)'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
- bash: |
|
||||
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue