Skip to content

Commit 4d17763

Browse files
committed
Fix gradle permissions
1 parent a19516e commit 4d17763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ jobs:
4444
exit 1
4545
fi
4646
47+
- name: Enable Gradle
48+
run: chmod +x gradlew
49+
4750
- name: Build mod artifact
4851
if: github.event_name == 'release' && github.event.action == 'created'
4952
run: |
50-
chmod +x gradlew
5153
./gradlew clean
5254
./gradlew dex
5355

0 commit comments

Comments
 (0)