Skip to content

Commit e4a63c7

Browse files
authored
Updating the artifact download path to fix the publish pipeline (#629)
1 parent 82258e3 commit e4a63c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ extends:
147147
inputs:
148148
- input: pipelineArtifact
149149
displayName: 'Download azure-quantum artifacts'
150-
targetPath: $(System.DefaultWorkingDirectory)/drop
150+
targetPath: $(Pipeline.Workspace)/azure-quantum-wheels
151151
artifactName: azure-quantum-wheels
152152
steps:
153153
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)