Skip to content

Commit

Permalink
add download button to gh release body
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Feb 12, 2024
1 parent 9aa1097 commit d6c22f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
draft: false
name: Rai Pal ${{ steps.build.outputs.version }}
tag_name: v${{ steps.build.outputs.version }}
body: ${{ github.event.pull_request.body }}
body: "${{ github.event.pull_request.body }}\n\n[![Download Rai Pal for Windows](https://shields.io/badge/-Download_Rai_Pal_for_Windows-8A2BE2?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/Raicuparta/rai-pal/releases/latest/download/RaiPal.msi)"
files: |
./publish/*

0 comments on commit d6c22f5

Please sign in to comment.