Skip to content

Commit

Permalink
Explicitly specifying artifact names for download.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 15, 2024
1 parent 9fcecb2 commit 71dbfaf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@ extends:
os: windows
templateContext:
inputs:
- input: pipelineArtifact
artifactName: '*'
targetPath: .
- ${{ each config in parameters.buildConfigs }}:
- input: pipelineArtifact
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}
targetPath: .
steps:
- checkout: self
- task: UsePythonVersion@0
Expand Down

0 comments on commit 71dbfaf

Please sign in to comment.