Skip to content

Commit

Permalink
chore(ci): upload the release to Github as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Aug 31, 2021
1 parent 3acafa3 commit 08a995b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,11 @@ jobs:
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

# @todo once uploaded to firebase, the version number is probably set?
# we can then download it back and upload it github release as well...
- name: Release on Github
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
android/app/build/outputs/apk/debug/app-debug.apk
LICENSE
README.md

0 comments on commit 08a995b

Please sign in to comment.