mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-18 17:23:10 -04:00
Use wildcard for FreeBSD itemPattern
This commit is contained in:
1 parent
dd0dd921b0
commit
d6f85ec4f9
1 file changed
+1
-1
+1
-1
@@ -730,7 +730,7 @@ stages:
|
||||
inputs:
|
||||
buildType: 'current'
|
||||
artifactName: Packages
|
||||
itemPattern: '/$(pattern)'
|
||||
itemPattern: '**/$(pattern)'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
- bash: |
|
||||
mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin
|
||||
|
||||
Reference in new issue
Block a user