Skip to content

Commit

Permalink
Fix targetPath on publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi96 authored Nov 20, 2024
1 parent a8321dc commit c86cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/gctoolkit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ extends:
- task: 1ES.PublishPipelineArtifact@1
inputs:
targetPath: '(Build.ArtifactStagingDirectory)/staging'
targetPath: '$(Build.ArtifactStagingDirectory)/staging'
artifactName: staged-artifacts

- task: EsrpRelease@8
Expand Down

0 comments on commit c86cfcf

Please sign in to comment.