From 526b6abdf2c3a90d8c076a53fe4160710a5511f2 Mon Sep 17 00:00:00 2001 From: andy brandt Date: Tue, 9 Jan 2024 13:15:41 -0600 Subject: [PATCH] fix up release notes formatting --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8426464..fa72126 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/action-gh-release@v0.1.15 with: body_path: release.txt files: | KeePassNatMsg-${{ steps.tag.outputs.tag }}-binaries.zip - KeePassNatMsg.plgx \ No newline at end of file + KeePassNatMsg.plgx