From 49516a6e5b1ad12785aa2b39df58282433603668 Mon Sep 17 00:00:00 2001 From: Mahmut Burak Senol Date: Tue, 23 Jul 2024 16:16:15 -0700 Subject: [PATCH] Updating the artifact download path to fix the publish pipeline --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index 4df99c3f..252d53dc 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -147,7 +147,7 @@ extends: inputs: - input: pipelineArtifact displayName: 'Download azure-quantum artifacts' - targetPath: $(System.DefaultWorkingDirectory)/drop + targetPath: $(Pipeline.Workspace)/azure-quantum-wheels artifactName: azure-quantum-wheels steps: - task: UsePythonVersion@0