Skip to content

Commit

Permalink
Updating the artifact download path to fix the publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
masenol committed Jul 23, 2024
1 parent 82258e3 commit 49516a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49516a6

Please sign in to comment.