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