Skip to content

Commit

Permalink
change aab location
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Oct 1, 2024
1 parent 9624ecb commit d7c3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekick/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platform :android do
# Upload to Google Play
upload_to_play_store(
track: 'alpha',
aab: 'sidekick/app/build/outputs/bundle/release/app-release.aab',
aab: 'app/build/outputs/bundle/release/app-release.aab',
json_key: ENV['GOOGLE_PLAY_JSON_KEY']
)
end
Expand Down

0 comments on commit d7c3d75

Please sign in to comment.