Skip to content

Commit

Permalink
Merge pull request #24558 from Expensify/jules-fixAndroidFastlaneBuil…
Browse files Browse the repository at this point in the history
…dError

Fix android production build path

(cherry picked from commit 68416c7)
  • Loading branch information
yuwenmemon authored and OSBotify committed Aug 14, 2023
1 parent d0c1d7e commit 5c79f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ platform :android do
upload_to_play_store(
package_name: "com.expensify.chat",
json_key: './android/app/android-fastlane-json-key.json',
aab: './android/app/build/outputs/bundle/release/app-release.aab',
aab: './android/app/build/outputs/bundle/productionRelease/app-production-release.aab',
track: 'internal',
rollout: '1.0'
)
Expand Down

0 comments on commit 5c79f61

Please sign in to comment.