diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index 1301803f..bb709149 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -31,7 +31,6 @@ 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: app/build/outputs/apk/release/app-release.apk + app-file: examples/Rn069/android/app/build/outputs/apk/release/app-release.apk