Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Sep 5, 2023
1 parent 3f716ed commit de50b1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ jobs:
with:
name: release-apk
path: ${{steps.sign_app.outputs.signedFile}}

- name: Upload to Edge relaese
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload Edge app/build/outputs/apk/debug/app-debug.apk
gh release upload Edge ${{steps.sign_app.outputs.signedFile}}

0 comments on commit de50b1a

Please sign in to comment.