Skip to content

Commit

Permalink
Set the executable flag as part of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 20, 2024
1 parent bb80425 commit 56afb6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
distribution: adopt
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Set Gradlew executable
run: chmod +x ./gradlew
- name: Gradle build
run: ./gradlew build

0 comments on commit 56afb6e

Please sign in to comment.