fix: add execute permission to `./gradlew` file (#46)

This commit is contained in:
Oskar 2022-06-22 14:16:00 +00:00 committed by GitHub
parent 0f38b94701
commit 34f607aa24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "lts/*"
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0
gradlew vendored Normal file → Executable file
View File