Skip to content

Commit

Permalink
Updating the artifact download path to fix the publish pipeline (micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
masenol authored and Lawson Graham committed Jul 31, 2024
1 parent d9cda91 commit ad2bd98
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 ad2bd98

Please sign in to comment.