Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Mar 26, 2023
1 parent b21b840 commit 7a33bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a33bbb

Please sign in to comment.