Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson authored Jan 3, 2025
1 parent df788cc commit 3c3fb56
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ default_platform(:android)
platform :android do
desc "Deploy internal tracks to Google Play"
lane :deploy_internal do
versionName = ENV['OUTPUT_NAME']

def get_aab_path(version_name)
"androidos/build/outputs/bundle/release/#{version_name}.aab"
end

supply(
track: 'internal',
aab: get_aab_path(version_name),
aab: 'androidos/build/outputs/bundle/release/androidos-release.aab,
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
Expand Down

0 comments on commit 3c3fb56

Please sign in to comment.