[FIX] Upload to internal looking for the wrong path after #2171 (#2432)

This commit is contained in:
Diego Mello 2020-08-26 16:24:35 -03:00 committed by GitHub
parent 78514969fb
commit cefce62bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ platform :android do
lane :beta do lane :beta do
upload_to_play_store( upload_to_play_store(
track: 'internal', track: 'internal',
aab: 'android/app/build/outputs/bundle/release/app-release.aab' aab: 'android/app/build/outputs/bundle/playRelease/app-play-release.aab'
) )
end end
end end