mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-07 05:20:13 -05:00
Make gradlew executable before running clean task
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user