Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Oct 24, 2024
1 parent 24895a1 commit 892496a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
path: ./app/build/outputs/release/*.aab

- 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
run: |
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/release/*.apk ./app/build/outputs/release/*.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ./app/build/outputs/release/*.apk

0 comments on commit 892496a

Please sign in to comment.