Skip to content

Commit

Permalink
Fixing naming conflicts for artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 17, 2024
1 parent 8cdcfcb commit c0164e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extends:
targetPath: .
outputs:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: .
steps:
- checkout: self
Expand Down Expand Up @@ -221,12 +221,12 @@ extends:
inputs:
- ${{ each config in parameters.buildConfigs }}:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: .
outputs:
- ${{ each config in parameters.buildConfigs }}:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}-packaged
targetPath: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
steps:
- task: ArchiveFiles@2
Expand Down

0 comments on commit c0164e4

Please sign in to comment.