Skip to content

Commit

Permalink
build: grant execute permissions for gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Mar 29, 2024
1 parent cac2770 commit ce8de8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Grant Permissions for Gradle
run: chmod +x gradlew

- name: Build debug APK
id: build
run: ./gradlew assembleDebug
Expand Down

0 comments on commit ce8de8e

Please sign in to comment.