We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38b36bd + 881b845 commit 01bf7e0Copy full SHA for 01bf7e0
android/fastlane/Fastfile
@@ -37,7 +37,7 @@ platform :android do
37
)
38
upload_to_play_store(
39
track: 'beta',
40
- aab: '../build/app/outputs/bundle/release/app-release.aab'
+ aab: '../build/app/outputs/bundle/release/app-release.aab',
41
json_key_data: ENV['G_PLAY_FASTLANE_SERVICE_ACCOUNT']
42
43
end
0 commit comments