Skip to content

Commit

Permalink
Add download artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 18, 2024
1 parent 2d13aec commit 6c0a30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ extends:
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed
targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }}
steps:
- download: current
artifact: azureauth-${{ parameters.version }}-${{ config.runtime }}
- checkout: self
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
Expand Down

0 comments on commit 6c0a30e

Please sign in to comment.