Fix build

With the latest flutter the build file seems to have a different name.
Yaye.
This commit is contained in:
Vishesh Handa
2020-06-09 23:53:37 +02:00
parent 027921a823
commit d6a288c085
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
name: Build
command: ./scripts/build.sh
- store_artifacts:
path: build/app/outputs/bundle/prodRelease/app.aab
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab
destination: gitjournal.aab
# - run:
# name: Upload Crashlytics Symbols

View File

@ -12,7 +12,7 @@ platform :android do
# end
upload_to_play_store(track: "alpha",
aab: "../build/app/outputs/bundle/prodRelease/app.aab",
aab: "../build/app/outputs/bundle/prodRelease/app-prod-release.aab",
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,