Skip to content

Commit b54b614

Browse files
author
Thiago Ferreira
committed
fix: allow android workflow gradle execution
1 parent d9ba608 commit b54b614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Build debug APK
8282
working-directory: APP ANDROID/android
83-
run: ./gradlew assembleDebug
83+
run: chmod +x ./gradlew && ./gradlew assembleDebug
8484

8585
- name: Upload debug APK
8686
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)