Skip to content

Commit

Permalink
Update AndroidBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalu-wins authored Sep 3, 2024
1 parent 65b1b3a commit de3af4e
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 @@ -16,6 +16,10 @@ jobs:
java-version: 17
distribution: corretto

# Grant execute permission for Gradle
- name: Grant execute permission for Gradle
run: chmod +x ./gradlew

# Build APK
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit de3af4e

Please sign in to comment.