Skip to content

Commit

Permalink
fixing aab path
Browse files Browse the repository at this point in the history
  • Loading branch information
Panosfunk committed Nov 6, 2024
1 parent 74eb900 commit 82e18b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ platform :android do
sh "flutter build appbundle --release --no-deferred-components --no-tree-shake-icons --dart-define='deployment-mode=dev'"
upload_to_play_store(
track: 'internal',
aab: '../build/app/outputs/bundle/debug/app-release.aab',
aab: '../build/app/outputs/bundle/release/app-release.aab',
)
end
end

0 comments on commit 82e18b7

Please sign in to comment.