Make gradlew executable before running clean task

This commit is contained in:
Sam
2025-12-02 06:19:14 +01:00
committed by GitHub
parent 9b8cb6c2bd
commit 7ba24a0e56
+3 -1
View File
@@ -17,7 +17,9 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- run: ./gradlew clean StstableDebug
- run: |
chmod +x gradlew
./gradlew clean StstableDebug
- uses: actions/upload-artifact@v5.0.0
with:
path: .