We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7757be0 commit cd988cfCopy full SHA for cd988cf
.github/workflows/build-apk.yml
@@ -30,11 +30,14 @@ jobs:
30
restore-keys: |
31
${{ runner.os }}-gradle-
32
33
+ - name: Grant execute permission to gradlew
34
+ run: chmod +x ./gradlew
35
+
36
- name: Build APK
37
run: ./gradlew assembleRelease
38
39
- name: Upload APK
40
uses: actions/upload-artifact@v3
41
with:
42
name: app-release
- path: app/build/outputs/apk/release/app-release.apk
43
+ path: app/build/outputs/apk/release/app-release.apk
0 commit comments