diff --git a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart index 1b22c02e7..3e67fdb39 100644 --- a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart +++ b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart @@ -128,7 +128,7 @@ class ShorebirdCachedArtifacts implements ShorebirdArtifacts { 'artifacts', 'engine', 'ios-release', - 'gen_snapshot', + 'gen_snapshot_arm64', ), ); } diff --git a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart index 761c084e4..993fd839f 100644 --- a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart +++ b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart @@ -119,7 +119,7 @@ void main() { 'artifacts', 'engine', 'ios-release', - 'gen_snapshot', + 'gen_snapshot_arm64', ), ), );