Skip to content

Commit

Permalink
only publish apks with release script
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Jan 15, 2024
1 parent 0f9959a commit 586016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/do_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def build_apk(args):
time.sleep(2)

# Don't rebuild the app, because we've built it already
script_args = ["./gradlew", "publishBundle"]
script_args = ["./gradlew", "publishApk", "publishListing"]
if args.dry_run:
script_args.append("-m")
if not args.skip_validate:
Expand Down

0 comments on commit 586016b

Please sign in to comment.