Skip to content

Commit

Permalink
chore: update for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 10, 2023
1 parent 12dc799 commit 50d305b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:

- name: Build Debug APK
run: ./gradlew assembleDebug

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

0 comments on commit 50d305b

Please sign in to comment.