Skip to content

Commit

Permalink
Reverting back to old naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 18, 2024
1 parent f1e1f23 commit ee0997f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ extends:
inputs:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: $(Pipeline.Workspace)
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
outputs:
- output: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
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 @@ -223,13 +223,13 @@ extends:
inputs:
- ${{ each config in parameters.buildConfigs }}:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
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 }}-packaged
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}-packaged
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 ee0997f

Please sign in to comment.