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