Skip to content

Commit

Permalink
Update mac artifacts to gcs. (flutter#35113)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Aug 3, 2022
1 parent c456476 commit 6cd744b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 6cd744b

Please sign in to comment.