Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
The `download` task evidently changed to no longer have the weird behavior where the `patterns` task input required us to prefix the pattern with the name of the artifact.
  • Loading branch information
AArnott committed Jul 15, 2024
1 parent cfda6b1 commit 21b5de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extends:
- download: CI
artifact: deployables-Windows
displayName: 🔻 Download deployables-Windows artifact
patterns: 'deployables-Windows/NuGet/*'
patterns: 'NuGet/*'
- task: GitHubRelease@1
displayName: 📢 GitHub release (create)
inputs:
Expand Down

0 comments on commit 21b5de7

Please sign in to comment.