Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Update android_deploy_production.yml to build and distribute release build #268

Closed
Tracked by #228
luongvo opened this issue Sep 6, 2023 · 0 comments · Fixed by #275
Closed
Tracked by #228
Assignees
Milestone

Comments

@luongvo
Copy link
Member

luongvo commented Sep 6, 2023

Why

Currently, the android_deploy_production.yml workflow builds and distributes debug build without signing instead of the release build. Debug does not enable proguard so we can not verify the signing & packaging issues.

# App Bundle requires Firebase connected to Play Store to upload https://appdistribution.page.link/KPoa
- name: Build Android apk
run: flutter build apk --flavor production --debug --build-number $GITHUB_RUN_NUMBER

  • We need to update the workflow to build and distribute the release build for both root & template projects.

Who Benefits?

Developers

@luongvo luongvo modified the milestone: 1.12.0 Sep 6, 2023
@luongvo luongvo self-assigned this Oct 11, 2023
luongvo added a commit that referenced this issue Oct 25, 2023
luongvo added a commit that referenced this issue Oct 25, 2023
luongvo added a commit that referenced this issue Oct 25, 2023
This was referenced Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant