From 7a33bbb8db9e562d170945ee6b123d5cce720ef6 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 26 Mar 2023 20:36:14 +0200 Subject: [PATCH] chmod --- .github/workflows/maestro.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: