From 685710ca52c31ea5aefc6c8f33771d78099bafa8 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 26 Mar 2023 20:47:20 +0200 Subject: [PATCH] remove working dir --- .github/workflows/maestro.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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