fix: chmod +x gradlew before Android build on Linux
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Failing after 3m21s
Build / create-release (push) Has been skipped

This commit is contained in:
2026-04-07 15:49:52 +10:00
parent abe5369e91
commit 69bc526506

View File

@@ -86,6 +86,9 @@ jobs:
- name: Clean previous cinny dist
run: rm -rf cinny/dist
- name: Make gradlew executable
run: chmod +x android/gradlew
- name: Apply overlay and build Android APK
run: npm run android:apk:linux