Skip to content

Commit cb49e7a

Browse files
authored
Start uploading windows artifacts to gcs. (flutter#34434)
1 parent bddaa40 commit cb49e7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/builders/windows_host_engine.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"archives": [
55
{
66
"base_path": "out/host_debug/zip_archives/",
7+
"type": "gcs",
78
"include_paths": [
89
"out/host_debug/zip_archives/windows-x64/artifacts.zip",
910
"out/host_debug/zip_archives/windows-x64/windows-x64-embedder.zip",
10-
"out/host_debug/zip_archives/windows-x64-debug/windows-x64-flutter.zip",
11-
"out/host_debug/zip_archives/windows-x64/flutter-cpp-client-wrapper.zip",
1211
"out/host_debug/zip_archives/windows-x64/font-subset.zip",
1312
"out/host_debug/zip_archives/dart-sdk-windows-x64.zip",
13+
"out/host_debug/zip_archives/windows-x64-debug/windows-x64-flutter.zip",
14+
"out/host_debug/zip_archives/windows-x64/flutter-cpp-client-wrapper.zip",
1415
"out/host_debug/zip_archives/flutter-web-sdk-windows-x64.zip"
1516
],
1617
"name": "host_debug"
@@ -62,6 +63,7 @@
6263
"archives": [
6364
{
6465
"base_path": "out/host_profile/zip_archives/",
66+
"type": "gcs",
6567
"include_paths": [
6668
"out/host_profile/zip_archives/windows-x64-profile/windows-x64-flutter.zip"
6769
],
@@ -95,6 +97,7 @@
9597
"archives": [
9698
{
9799
"base_path": "out/host_release/zip_archives/",
100+
"type": "gcs",
98101
"include_paths": [
99102
"out/host_release/zip_archives/windows-x64-release/windows-x64-flutter.zip"
100103
],

0 commit comments

Comments
 (0)