Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tharunbirla authored Sep 17, 2024
1 parent 7757be0 commit cd988cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission to gradlew
run: chmod +x ./gradlew

- name: Build APK
run: ./gradlew assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-release
path: app/build/outputs/apk/release/app-release.apk
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit cd988cf

Please sign in to comment.