diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index 4544544e..94487fcb 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -32,6 +32,7 @@ jobs: run: ./gradlew assembleRelease - uses: mobile-dev-inc/action-maestro-cloud@v1.1.1 + working-directory: ./examples/Rn069/android with: api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} - app-file: android/app/build/outputs/apk/release/app-release.apk + app-file: app/build/outputs/apk/release/app-release.apk