Update gradle tasks and paths regarding the new gplay and fdroid flavor.

This commit is contained in:
Benoit Marty 2024-01-11 21:02:26 +01:00 committed by Benoit Marty
parent fa05b18d32
commit db6b52f8bf
6 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ jobs:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
# Doc says (https://github.com/mobile-dev-inc/action-maestro-cloud#android):
# app-file should point to an x86 compatible APK file, so upload the x86_64 one (much smaller than the universal APK).
app-file: app/build/outputs/apk/debug/app-x86_64-debug.apk
app-file: app/build/outputs/apk/gplay/debug/app-gplay-x86_64-debug.apk
env: |
USERNAME=maestroelement
PASSWORD=${{ secrets.MATRIX_MAESTRO_ACCOUNT_PASSWORD }}