Skip to content

Commit

Permalink
disable CI uploading APKs
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jul 23, 2023
1 parent 2668d5b commit 58a8468
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ jobs:

- name: Build
run: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck

- name: Upload APKs
uses: actions/upload-artifact@v3
with:
name: seedvault-${{ github.sha }}-apks
path: |
app/build/outputs/apk/debug/app-debug.apk
contactsbackup/build/outputs/apk/debug/contactsbackup-debug.apk
storage/demo/build/outputs/apk/debug/demo-debug.apk

0 comments on commit 58a8468

Please sign in to comment.