9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-28 19:39:06 +00:00

Fix Gradlew permissions

Thanks Windows
This commit is contained in:
MrPowerGamerBR
2021-07-05 14:04:57 -03:00
parent f8ea26b1d7
commit 773f21ca84

View File

@@ -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