Skip to content

Commit

Permalink
Fix Release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Oct 25, 2024
1 parent de37371 commit e82b5c1
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: |
gh release create ${{ github.ref_name }} --title "Amuzic $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1 | rev)" --generate-notes
cd ${{ github.workspace }}
gh release upload ${{ github.ref_name }} ./app/build/outputs/apk/release/amuzic.apk ./app/build/outputs/bundle/release/amuzic.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e82b5c1

Please sign in to comment.