ci(azure-pipelines): fix bin path for release artifact copy [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-04 11:42:05 +01:00
parent 9e3a16011b
commit 84a91be87f

View File

@ -97,7 +97,7 @@ stages:
displayName: Download binaries
inputs:
artifactName: backend
patterns: 'bin/*'
patterns: 'backend/bin/*'
targetPath: '$(Build.Repository.LocalPath)'
- script: |
ls -a .