Skip to content

Commit

Permalink
πŸ§™β€β™‚οΈ Update Workflows(CD)
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajkotwani authored Apr 24, 2021
1 parent 2f8c35a commit 6812f34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
with:
name: app
path: app/build/outputs/apk/debug/app-debug.apk
- name: Upload APK to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: app/build/outputs/apk/debug/app-debug.apk
asset_name: app.apk
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 6812f34

Please sign in to comment.