From a24de2eaef2799183d6869225ce0d281092d3a6c Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:37:59 -0700 Subject: [PATCH] Fix an archive name in windows_host_engine config (flutter/engine#42709) Use the correct archive name. --- engine/src/flutter/ci/builders/windows_host_engine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/ci/builders/windows_host_engine.json b/engine/src/flutter/ci/builders/windows_host_engine.json index 9f182b1a19..729d62bdcf 100644 --- a/engine/src/flutter/ci/builders/windows_host_engine.json +++ b/engine/src/flutter/ci/builders/windows_host_engine.json @@ -98,7 +98,7 @@ "include_paths": [ "out/host_release/zip_archives/windows-x64-release/windows-x64-flutter.zip" ], - "name": "host_profile", + "name": "host_release", "realm": "production" } ],