Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyberkovitz authored Feb 16, 2022
1 parent c5564c1 commit 4d955b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Show build
run: ls -R app/build
- name: Upload APK
uses: actions/upload-artifact@v1
with:
name: apk
path: app/build/intermediates/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
release:
name: Release APK
needs: apk
Expand Down

0 comments on commit 4d955b7

Please sign in to comment.