From d4793b7370e2aa073a7dda6decf23b580258376e Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 2 Aug 2022 19:44:04 -0700 Subject: [PATCH] Update mac artifacts to gcs. (flutter/engine#35113) --- engine/src/flutter/ci/builders/mac_host_engine.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/src/flutter/ci/builders/mac_host_engine.json b/engine/src/flutter/ci/builders/mac_host_engine.json index e6ee65774f5..dd0bc3e9d97 100644 --- a/engine/src/flutter/ci/builders/mac_host_engine.json +++ b/engine/src/flutter/ci/builders/mac_host_engine.json @@ -4,6 +4,7 @@ "archives": [ { "base_path": "out/host_debug/zip_archives/", + "type": "gcs", "include_paths": [ "out/host_debug/zip_archives/darwin-x64/FlutterMacOS.framework.zip", "out/host_debug/zip_archives/darwin-x64/gen_snapshot.zip", @@ -49,6 +50,7 @@ "archives": [ { "base_path": "out/host_profile/zip_archives/", + "type": "gcs", "include_paths": [ "out/host_profile/zip_archives/darwin-x64-profile/FlutterMacOS.framework.zip", "out/host_profile/zip_archives/darwin-x64-profile/gen_snapshot.zip", @@ -102,6 +104,7 @@ "archives": [ { "base_path": "out/host_release/zip_archives/", + "type": "gcs", "include_paths": [ "out/host_release/zip_archives/darwin-x64-release/FlutterMacOS.framework.zip", "out/host_release/zip_archives/darwin-x64-release/gen_snapshot.zip", @@ -142,6 +145,7 @@ "archives": [ { "base_path": "out/mac_debug_arm64/zip_archives/", + "type": "gcs", "include_paths": [ "out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip", "out/mac_debug_arm64/zip_archives/darwin-x64/gen_snapshot.zip" @@ -182,6 +186,7 @@ "archives": [ { "base_path": "out/mac_profile_arm64/zip_archives/", + "type": "gcs", "include_paths": [ "out/mac_profile_arm64/zip_archives/darwin-x64-profile/gen_snapshot.zip" ], @@ -219,6 +224,7 @@ "archives": [ { "base_path": "out/mac_release_arm64/zip_archives/", + "type": "gcs", "include_paths": [ "out/mac_release_arm64/zip_archives/darwin-x64-release/gen_snapshot.zip" ],