Skip to content

Commit

Permalink
remove target path
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 18, 2024
1 parent ee0997f commit 0403f06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,9 @@ extends:
inputs:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
outputs:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
steps:
- download: current
artifact: azureauth-${{ parameters.version }}-${{ config.runtime }}
Expand Down Expand Up @@ -224,12 +222,10 @@ extends:
- ${{ each config in parameters.buildConfigs }}:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
outputs:
- ${{ each config in parameters.buildConfigs }}:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
steps:
- task: ArchiveFiles@2
displayName: Create win10-x64 archive
Expand Down

0 comments on commit 0403f06

Please sign in to comment.