diff --git a/.azure-pipelines/templates/jobs/release.yaml b/.azure-pipelines/templates/jobs/release.yaml index 0f7454a85..dff112582 100644 --- a/.azure-pipelines/templates/jobs/release.yaml +++ b/.azure-pipelines/templates/jobs/release.yaml @@ -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