Skip to content

Commit

Permalink
fix: make gradle executable
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Dec 3, 2024
1 parent b65eb7a commit 61f5b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 61f5b3f

Please sign in to comment.