Skip to content

Commit 93865d6

Browse files
authored
ci(shorebird): rename macos-framework dst to framework.zip (#150)
create_macos_framework.py outputs FlutterMacOS.framework.zip locally, but legacy uploads it to .../darwin-x64-release/framework.zip in the public bucket. Sharded was uploading it as FlutterMacOS.framework.zip, so the legacy/sharded bucket compare showed framework.zip only-in- legacy and FlutterMacOS.framework.zip only-in-sharded for the same artifact. src stays as FlutterMacOS.framework.zip (the actual local filename); only the published dst path changes.
1 parent 25c9b21 commit 93865d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shorebird/ci/compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"--x64-out-dir": "mac_release"
2323
},
2424
"artifacts": [
25-
{"src": "FlutterMacOS.framework.zip", "dst": "flutter_infra_release/flutter/$engine/darwin-x64-release/FlutterMacOS.framework.zip"},
25+
{"src": "FlutterMacOS.framework.zip", "dst": "flutter_infra_release/flutter/$engine/darwin-x64-release/framework.zip"},
2626
{"src": "FlutterMacOS.framework.dSYM.zip", "dst": "flutter_infra_release/flutter/$engine/darwin-x64/FlutterMacOS.framework.dSYM.zip"}
2727
]
2828
},

0 commit comments

Comments
 (0)