Skip to content

Commit

Permalink
ci: fix gradlew execute permission
Browse files Browse the repository at this point in the history
  • Loading branch information
coaguila committed Oct 18, 2024
1 parent ed24c90 commit 43680f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Grant execute permission for gradlew
run: |
chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 43680f4

Please sign in to comment.