From dc09d3c5ea07532e85ead803fb5acd77f99bf48f Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 23 Dec 2021 11:50:45 -0800 Subject: [PATCH] fix typo Signed-off-by: Nikolaj Bjorner --- scripts/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.yml b/scripts/release.yml index 26049fac8..ce2abc9a4 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -167,7 +167,7 @@ stages: - powershell: write-host $(System.TeamProjectId) displayName: 'System.TeamProjectId' - task: DownloadPipelineArtifact@2 - displayName: 'Download NWin64 Build' + displayName: 'Download Win64 Build' inputs: artifact: 'WindowsBuild-x64' path: $(Agent.TempDirectory)\package