|
10 | 10 | "out/host_debug/zip_archives/darwin-x64/FlutterEmbedder.framework.zip", |
11 | 11 | "out/host_debug/zip_archives/dart-sdk-darwin-x64.zip" |
12 | 12 | ], |
13 | | - "name": "host_debug" |
| 13 | + "name": "host_debug", |
| 14 | + "realm": "production" |
14 | 15 | } |
15 | 16 | ], |
16 | 17 | "drone_dimensions": [ |
|
67 | 68 | "include_paths": [ |
68 | 69 | "out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip" |
69 | 70 | ], |
70 | | - "name": "host_profile" |
| 71 | + "name": "host_profile", |
| 72 | + "realm": "production" |
71 | 73 | } |
72 | 74 | ], |
73 | 75 | "drone_dimensions": [ |
|
122 | 124 | "out/host_release/zip_archives/darwin-x64-release/artifacts.zip", |
123 | 125 | "out/host_release/zip_archives/darwin-x64/font-subset.zip" |
124 | 126 | ], |
125 | | - "name": "host_release" |
| 127 | + "name": "host_release", |
| 128 | + "realm": "production" |
126 | 129 | } |
127 | 130 | ], |
128 | 131 | "drone_dimensions": [ |
|
184 | 187 | "out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip", |
185 | 188 | "out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip" |
186 | 189 | ], |
187 | | - "name": "mac_debug_arm64" |
| 190 | + "name": "mac_debug_arm64", |
| 191 | + "realm": "production" |
188 | 192 | } |
189 | 193 | ], |
190 | 194 | "drone_dimensions": [ |
|
225 | 229 | "include_paths": [ |
226 | 230 | "out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip" |
227 | 231 | ], |
228 | | - "name": "mac_profile_arm64" |
| 232 | + "name": "mac_profile_arm64", |
| 233 | + "realm": "production" |
229 | 234 | } |
230 | 235 | ], |
231 | 236 | "drone_dimensions": [ |
|
264 | 269 | "out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip", |
265 | 270 | "out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip" |
266 | 271 | ], |
267 | | - "name": "mac_release_arm64" |
| 272 | + "name": "mac_release_arm64", |
| 273 | + "realm": "production" |
268 | 274 | } |
269 | 275 | ], |
270 | 276 | "drone_dimensions": [ |
|
392 | 398 | "archives": [ |
393 | 399 | { |
394 | 400 | "source": "out/release/framework/FlutterMacOS.dSYM.zip", |
395 | | - "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip" |
| 401 | + "destination": "darwin-x64-release/FlutterMacOS.dSYM.zip", |
| 402 | + "realm": "production" |
396 | 403 | }, |
397 | 404 | { |
398 | 405 | "source": "out/debug/framework/FlutterMacOS.framework.zip", |
399 | | - "destination": "darwin-x64/FlutterMacOS.framework.zip" |
| 406 | + "destination": "darwin-x64/FlutterMacOS.framework.zip", |
| 407 | + "realm": "production" |
400 | 408 | }, |
401 | 409 | { |
402 | 410 | "source": "out/profile/framework/FlutterMacOS.framework.zip", |
403 | | - "destination": "darwin-x64-profile/FlutterMacOS.framework.zip" |
| 411 | + "destination": "darwin-x64-profile/FlutterMacOS.framework.zip", |
| 412 | + "realm": "production" |
404 | 413 | }, |
405 | 414 | { |
406 | 415 | "source": "out/release/framework/FlutterMacOS.framework.zip", |
407 | | - "destination": "darwin-x64-release/FlutterMacOS.framework.zip" |
| 416 | + "destination": "darwin-x64-release/FlutterMacOS.framework.zip", |
| 417 | + "realm": "production" |
408 | 418 | }, |
409 | 419 | { |
410 | 420 | "source": "out/debug/snapshot/gen_snapshot.zip", |
411 | | - "destination": "darwin-x64/gen_snapshot.zip" |
| 421 | + "destination": "darwin-x64/gen_snapshot.zip", |
| 422 | + "realm": "production" |
412 | 423 | }, |
413 | 424 | { |
414 | 425 | "source": "out/profile/snapshot/gen_snapshot.zip", |
415 | | - "destination": "darwin-x64-profile/gen_snapshot.zip" |
| 426 | + "destination": "darwin-x64-profile/gen_snapshot.zip", |
| 427 | + "realm": "production" |
416 | 428 | }, |
417 | 429 | { |
418 | 430 | "source": "out/release/snapshot/gen_snapshot.zip", |
419 | | - "destination": "darwin-x64-release/gen_snapshot.zip" |
| 431 | + "destination": "darwin-x64-release/gen_snapshot.zip", |
| 432 | + "realm": "production" |
420 | 433 | } |
421 | 434 | ] |
422 | 435 | } |
0 commit comments