ci(azure-pipelines): fix release artifact patterns
This commit is contained in:
parent
0538142aa8
commit
72920caf4c
@ -97,7 +97,7 @@ stages:
|
||||
displayName: Download binaries
|
||||
inputs:
|
||||
artifactName: backend
|
||||
patterns: 'uniworx,uniworxdb'
|
||||
patterns: 'bin/*'
|
||||
targetPath: '$(Build.Repository.LocalPath)'
|
||||
- script: |
|
||||
ls -a .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user