Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Oct 29, 2024
1 parent d0aed43 commit d8ed14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Create Release
run: |
ls ./app/build/outputs/apk/release -a
ls ./app/build/outputs/bundle/release -a
gh release create ${{ github.ref_name }} --title "Amuzic $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1 | rev)" --generate-notes
gh release upload ${{ github.ref_name }} ./app/build/outputs/apk/release/amuzic.apk ./app/build/outputs/bundle/release/amuzic-bundle.aab
env:
Expand Down

0 comments on commit d8ed14c

Please sign in to comment.