diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b98ae1..a9fd114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: run: | git config --global user.email "no-reply@github.com" git config --global user.name "Github Actions" + - name: Grant execute permission for gradlew + run: chmod +x gradlew - name: Patch SparklyPaper run: | ./gradlew applyPatches --stacktrace --no-daemon