diff --git a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart index 410b5521e..d0fce2750 100644 --- a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart +++ b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart @@ -237,7 +237,7 @@ class ShorebirdLocalEngineArtifacts implements ShorebirdArtifacts { 'out', engineConfig.localEngine, 'clang_x64', - 'gen_snapshot_arm64', + 'gen_snapshot', ), ); } diff --git a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart index 1d83aff4d..9aa253b1b 100644 --- a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart +++ b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart @@ -272,7 +272,7 @@ void main() { 'out', localEngine, 'clang_x64', - 'gen_snapshot_arm64', + 'gen_snapshot', ), ), );