diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index f5ae36e4..fc1622da 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -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