Skip to content

Commit

Permalink
fix: use correct gen_snapshot path on ios (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman authored Dec 17, 2024
1 parent 2fd3c81 commit 8f48430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shorebird_cli/lib/src/shorebird_artifacts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ShorebirdCachedArtifacts implements ShorebirdArtifacts {
'artifacts',
'engine',
'ios-release',
'gen_snapshot',
'gen_snapshot_arm64',
),
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void main() {
'artifacts',
'engine',
'ios-release',
'gen_snapshot',
'gen_snapshot_arm64',
),
),
);
Expand Down

0 comments on commit 8f48430

Please sign in to comment.