Skip to content

Commit

Permalink
Fix pathname of SDK artifact. (#3144)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Biggs <natebiggs@google.com>
  • Loading branch information
biggs0125 and natebiggs authored Feb 12, 2025
1 parent 231d1c9 commit 35a928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dart_services/tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Future<String> _buildStorageArtifacts(
dillPath = path.join(sdk.flutterWebSdkPath, 'ddc_outline.dill');
}
var sdkJsPath =
path.join(sdk.flutterWebSdkPath, 'amd-canvaskit_sound/dart_sdk.js');
path.join(sdk.flutterWebSdkPath, 'amd-canvaskit-sound/dart_sdk.js');
if (!File(sdkJsPath).existsSync()) {
sdkJsPath = path.join(sdk.flutterWebSdkPath, 'amd-canvaskit/dart_sdk.js');
}
Expand Down

0 comments on commit 35a928f

Please sign in to comment.