Skip to content

Commit

Permalink
Update FastFile
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Sep 7, 2024
1 parent 5b12c6a commit 0fa25c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/FastFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :android do
lane :deploy_internal do
supply(
track: 'internal',
aab: 'androidApp/build/outputs/bundle/androidApp-release.aab',
aab: 'androidApp/build/outputs/bundle/release/androidApp-release.aab',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
Expand Down Expand Up @@ -38,7 +38,7 @@ platform :android do
lane :internal do
upload_to_play_store(
track: 'internal',
aab: 'androidApp/build/outputs/bundle/androidApp-release.aab',
aab: 'androidApp/build/outputs/bundle/release/androidApp-release.aab',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
Expand Down Expand Up @@ -67,4 +67,4 @@ platform :android do
)
end

end
end

0 comments on commit 0fa25c0

Please sign in to comment.