ci(azure-pipelines): fix release artifact patterns

This commit is contained in:
Sarah Vaupel 2025-02-03 18:27:49 +01:00
parent 0538142aa8
commit 72920caf4c

View File

@ -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 .