mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 10:43:01 +01:00
Use wildcard for FreeBSD itemPattern
This commit is contained in:
parent
dd0dd921b0
commit
d6f85ec4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ stages:
|
|||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: Packages
|
||||
itemPattern: '/$(pattern)'
|
||||
itemPattern: '**/$(pattern)'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
- bash: |
|
||||
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue