diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index 95ad8e8f..9d9a3c53 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -17,7 +17,8 @@ jobs: with: java-version: 11 distribution: 'temurin' - - run: cd android && git update-index --chmod=+x gradlew + - run: cd android && git update-index --chmod=+x ./gradlew + - run: cd android && chmod +x ./gradlew - run: cd android && ./gradlew assembleRelease - uses: mobile-dev-inc/action-maestro-cloud@v1.1.1 with: