Skip to content

Commit cd988cf

Browse files
authored
Update build-apk.yml
1 parent 7757be0 commit cd988cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-apk.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ jobs:
3030
restore-keys: |
3131
${{ runner.os }}-gradle-
3232
33+
- name: Grant execute permission to gradlew
34+
run: chmod +x ./gradlew
35+
3336
- name: Build APK
3437
run: ./gradlew assembleRelease
3538

3639
- name: Upload APK
3740
uses: actions/upload-artifact@v3
3841
with:
3942
name: app-release
40-
path: app/build/outputs/apk/release/app-release.apk
43+
path: app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)