1
0
mirror of https://github.com/go-vikunja/app synced 2025-05-22 01:18:08 +00:00

changed bundle location for fastlane

This commit is contained in:
Benimautner 2024-07-21 23:16:15 +02:00
parent a1564988b3
commit 45b6341c57

View File

@ -34,7 +34,7 @@ platform :android do
lane :production_appbundle do
upload_to_play_store(
track: 'production',
aab: '../build/app/outputs/bundle/release/app-release.aab',
aab: '../build/app/outputs/bundle/productionRelease/app-production-release.aab',
)
end
end