Skip to content

Commit

Permalink
Update ci.yml to upload the debug apk
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Sep 5, 2024
1 parent c8d9898 commit e45f596
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ jobs:

- name: Build the app
run: bash ./gradlew build --stacktrace

- name: Build debug apk
run: bash ./gradlew assembleDebug

- name: Upload debug apk
uses: actions/upload-artifact@v4
with:
name: debug-apk
path: app/build/outputs/apk/debug/*.apk

0 comments on commit e45f596

Please sign in to comment.