Skip to content

Commit

Permalink
add download button to release body (Raicuparta#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta authored Feb 12, 2024
2 parents ff45be2 + d6c22f5 commit e2e1466
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 e2e1466

Please sign in to comment.