From 21b5de7d860edb9b0c34574f5cca2daf4e92e17a Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 15 Jul 2024 15:52:24 -0600 Subject: [PATCH] Fix release pipeline 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. --- azure-pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index 0f425fb6d..3100e4b74 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -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: