ci(azure-pipelines): fix release binary download path

This commit is contained in:
Sarah Vaupel 2025-02-08 15:40:06 +01:00
parent 235d03d173
commit 0aeb28088d

View File

@ -24,8 +24,8 @@ jobs:
- task: DownloadPipelineArtifact@2
displayName: Download FraDrive binaries
inputs:
artifactName: backend
patterns: 'backend/bin/*'
artifactName: Build_backend
patterns: 'Build_backend/bin/*'
targetPath: '$(Build.Repository.LocalPath)'
- task: Docker@2