Skip to content

Commit

Permalink
add suffix to artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 18, 2024
1 parent cbd403e commit f1e1f23
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 @@ -155,7 +155,7 @@ extends:
outputs:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
steps:
- download: current
artifact: azureauth-${{ parameters.version }}-${{ config.runtime }}
Expand Down Expand Up @@ -224,12 +224,12 @@ extends:
- ${{ each config in parameters.buildConfigs }}:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
outputs:
- ${{ each config in parameters.buildConfigs }}:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}-packaged
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}-packaged
steps:
- task: ArchiveFiles@2
displayName: Create win10-x64 archive
Expand Down

0 comments on commit f1e1f23

Please sign in to comment.