Skip to content

Commit

Permalink
fix up release notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smorks committed Jan 9, 2024
1 parent 98ec951 commit 526b6ab
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 @@ -40,11 +40,11 @@ jobs:
$p.WaitForExit()
$plgx = 'KeePassNatMsg.plgx'
$hash = (Get-FileHash "$plgx" sha256).Hash.ToLower()
Add-Content -Path 'release.txt' -Value ('* '+$plgx,(' * '+$hash))
Add-Content -Path 'release.txt' -Value (('* '+$plgx),(' * '+$hash))
- name: Publish Release
uses: softprops/[email protected]
with:
body_path: release.txt
files: |
KeePassNatMsg-${{ steps.tag.outputs.tag }}-binaries.zip
KeePassNatMsg.plgx
KeePassNatMsg.plgx

0 comments on commit 526b6ab

Please sign in to comment.