ci(azure-pipelines): fix bin path for release artifact copy [skip ci]
This commit is contained in:
parent
9e3a16011b
commit
84a91be87f
@ -97,7 +97,7 @@ stages:
|
||||
displayName: Download binaries
|
||||
inputs:
|
||||
artifactName: backend
|
||||
patterns: 'bin/*'
|
||||
patterns: 'backend/bin/*'
|
||||
targetPath: '$(Build.Repository.LocalPath)'
|
||||
- script: |
|
||||
ls -a .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user