Skip to content

Commit b17aaab

Browse files
CrisBarreiroclaude
andauthored
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

File tree

.github/workflows/release_upload_play_store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
MALICIOUS_SITE_PROTECTION_AUTH_TOKEN: ${{ secrets.MALICIOUS_SITE_PROTECTION_AUTH_TOKEN }}
9595
DUCKSANS_PACKAGE_AUTH_USER: ${{ secrets.DAXMOBILE_GITHUB_PACKAGES_AUTOMATION_USER }}
9696
DUCKSANS_PACKAGE_AUTH_TOKEN: ${{ secrets.DAXMOBILE_GITHUB_PACKAGES_AUTOMATION }}
97-
run: ./gradlew bundleRelease -PuseUploadSigning -Pbuild-date-time
97+
run: ./gradlew bundlePlayRelease -PuseUploadSigning -Pbuild-date-time
9898

9999
- name: Capture App Bundle Path
100100
id: capture_output

0 commit comments

Comments
 (0)