Skip to content

Commit

Permalink
fix: gralew permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 26, 2024
1 parent 9c3e8e0 commit cf5b309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Make gradlew executable
run: chmod +x ./gradlew

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

0 comments on commit cf5b309

Please sign in to comment.