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 bf34d21 commit d0aed43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Create Release
run: |
echo ${{ github.workspace }}
ls ./app/build/outputs/apk/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 }} ${{ github.workspace }}/app/build/outputs/apk/release/amuzic.apk ${{ github.workspace }}/app/build/outputs/bundle/release/amuzic-bundle.aab
gh release upload ${{ github.ref_name }} ./app/build/outputs/apk/release/amuzic.apk ./app/build/outputs/bundle/release/amuzic-bundle.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0aed43

Please sign in to comment.