Skip to content

Commit

Permalink
changed bundle location for fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Jul 21, 2024
1 parent a156498 commit 45b6341
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 @@ -34,7 +34,7 @@ platform :android do
lane :production_appbundle do
upload_to_play_store(
track: 'production',
aab: '../build/app/outputs/bundle/release/app-release.aab',
aab: '../build/app/outputs/bundle/productionRelease/app-production-release.aab',
)
end
end

0 comments on commit 45b6341

Please sign in to comment.