1 parent 9d8cc59 commit e0807b9Copy full SHA for e0807b9
1 file changed
.github/workflows/branch-apk.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Set up Gradle
42
uses: gradle/actions/setup-gradle@v3
43
44
+ - name: Make gradlew executable
45
+ run: chmod +x ./gradlew
46
+
47
- name: Build debug APK
48
run: ./gradlew :app:assembleDebug --no-daemon --stacktrace
49
env:
0 commit comments