Skip to content

Commit

Permalink
Keep apk
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 23, 2022
1 parent ec3a88e commit c33579e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
with:
name: MediaPipe-Screenshots
path: screenshots/adb/
- name: Keep apk
uses: actions/[email protected]
if: ${{ always() }}
with:
name: MediaPipe-apk
path: ./**/build/outputs/apk/debug/*.apk
retention-days: 2
- name: cleanup keystore
run: ./signing/cleanup.sh
Check:
Expand Down

0 comments on commit c33579e

Please sign in to comment.