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

This commit is contained in:
Oskar 2022-06-18 21:50:19 +00:00 committed by GitHub
parent b768c06d90
commit 072d9e15d7
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