Skip to content

Commit

Permalink
Change input target path
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 18, 2024
1 parent 6c0a30e commit cbd403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extends:
inputs:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: $(Pipeline.Workspace)
outputs:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
Expand Down

0 comments on commit cbd403e

Please sign in to comment.