Fix an archive name in windows_host_engine config (flutter/engine#42709)
Use the correct archive name.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user