diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index 4a70ea7e..95ad8e8f 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -17,10 +17,9 @@ jobs: with: java-version: 11 distribution: 'temurin' - - run: cd android - - run: git update-index --chmod=+x gradlew - - run: ./gradlew assembleRelease + - run: cd android && git update-index --chmod=+x gradlew + - run: cd android && ./gradlew assembleRelease - uses: mobile-dev-inc/action-maestro-cloud@v1.1.1 with: api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} - app-file: app/build/outputs/apk/release/app-release.apk + app-file: android/app/build/outputs/apk/release/app-release.apk