Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Dec 8, 2024
1 parent 03f2002 commit 2b3e5e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,13 @@ jobs:
mv Yosu/*.apk ${{ env.PACKAGE_NAME }}
- name: Create release
- name: Upload release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
gh release create "${{ github.ref_name }}"
gh release upload ${{ github.ref_name }}
"${{ env.PACKAGE_NAME }}"
--repo "${{ github.event.repository.full_name }}"
--title "${{ env.VERSION }}"
--notes "${{ env.TAG_MESSAGE2 }}"
--verify-tag
--repo ${{ github.event.repository.full_name }}
notify:
needs: deploy
Expand Down

0 comments on commit 2b3e5e2

Please sign in to comment.