From 84a91be87f6a68206fb0bb092e10cc1281d7a17f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 4 Feb 2025 11:42:05 +0100 Subject: [PATCH] ci(azure-pipelines): fix bin path for release artifact copy [skip ci] --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index c9caab8b4..ef3c50204 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -97,7 +97,7 @@ stages: displayName: Download binaries inputs: artifactName: backend - patterns: 'bin/*' + patterns: 'backend/bin/*' targetPath: '$(Build.Repository.LocalPath)' - script: | ls -a .