Skip to content

Commit

Permalink
Fix keystore location env variable in util/release.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Nov 14, 2024
1 parent 240a4d2 commit 2ebaebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/release.dart
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ Future<File> buildAab(
final env = Map<String, String>();

if (secrets != null) {
env['KEYSTORE_PROPERTIES'] = secrets.keystorePropertiesPath;
env['STORE_FILE'] = secrets.keystorePropertiesPath;
}

final inputFileName = "app-$flavor-release.aab";
Expand Down

0 comments on commit 2ebaebd

Please sign in to comment.