Skip to content

Commit

Permalink
- added chmod step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed May 25, 2024
1 parent 5fd1efe commit 1b49817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/UploadToCrmMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
server-id: github
settings-path: ${{ github.workspace }}

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

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5

Expand Down

0 comments on commit 1b49817

Please sign in to comment.