Skip to content

Commit

Permalink
Update gradle-app.yml
Browse files Browse the repository at this point in the history
fix gradlew file permission issue
  • Loading branch information
hurui200320 authored Nov 30, 2023
1 parent fcaa896 commit d3ce4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
java-version: '17'
distribution: 'zulu'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
Expand Down

0 comments on commit d3ce4d7

Please sign in to comment.