Commit b17aaab
Optimize release_upload_play_store.yml by only building playRelease (#8637)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/414730916066338/task/1214967521716669?focus=true
### Description
We only need the `Play` bundle here, but we're using `bundleRelease`,
which also builds FDroid and Internal, which we don't need here
### Steps to test this PR
n/a
### UI changes
n/a
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk workflow-only change; main risk is the Play Store pipeline
failing if the `bundlePlayRelease` task/output path differs from what
the workflow expects.
>
> **Overview**
> Updates the Play Store release GitHub Actions workflow to build only
the Play Store variant by switching the Gradle task from `bundleRelease`
to `bundlePlayRelease`, avoiding unnecessary FDroid/internal bundle
builds.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
1844c9a. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 64ff563 commit b17aaab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments