From 35806e2e8c883bfb0225a38455d9dc5bf718f8fb Mon Sep 17 00:00:00 2001 From: Vipin Date: Sat, 12 Jul 2025 14:36:35 +0530 Subject: [PATCH] fix path in release pipeline --- .github/workflows/deploy-to-play-store.yml | 4 ++-- .idea/ChatHistory_schema_v2.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index f30203e..01794a2 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -50,14 +50,14 @@ jobs: RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }} - name: Check if AAB exists - run: test -f app/build/outputs/bundle/release/app-prod-release.aab + run: test -f app/build/outputs/bundle/prodRelease/app-prod-release.aab - name: Upload to Google Play Store uses: r0adkll/upload-google-play@v1 with: serviceAccountJsonPlainText: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_KEY }} packageName: com.vicky7230.tasker2 # <<-- IMPORTANT: Replace with your actual app's package name - releaseFiles: app/build/outputs/bundle/release/app-prod-release.aab # <<-- IMPORTANT: Verify this path for your AAB + releaseFiles: app/build/outputs/bundle/prodRelease/app-prod-release.aab # <<-- IMPORTANT: Verify this path for your AAB track: production # Options: 'production', 'beta', 'alpha', 'internal', 'internalsharing' status: completed # Options: 'completed', 'draft', 'inProgress', 'halted' # Optional parameters: diff --git a/.idea/ChatHistory_schema_v2.xml b/.idea/ChatHistory_schema_v2.xml index 71b6431..3253196 100644 --- a/.idea/ChatHistory_schema_v2.xml +++ b/.idea/ChatHistory_schema_v2.xml @@ -39,6 +39,7 @@ +