Fix an archive name in windows_host_engine config (flutter/engine#42709)

Use the correct archive name.
This commit is contained in:
keyonghan
2023-06-09 15:37:59 -07:00
committed by GitHub
parent 9312bb5968
commit a24de2eaef

View File

@@ -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"
}
],