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 @@
+