Skip to content

Commit

Permalink
Fix publishing artifacts from correct folder (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Apr 1, 2024
1 parent 95c1e39 commit dfb05da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/jobs/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- task: 1ES.PublishPipelineArtifact@1
displayName: Publish packages(.tgz) as pipeline artifacts
inputs:
path: $(Build.SourcesDirectory)/common/temp/artifacts/packages
path: $(Build.SourcesDirectory)/temp/artifacts
artifact: packages

0 comments on commit dfb05da

Please sign in to comment.