From d948bcefd28b3572a2a70bf92b944a9ec16d04f3 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 31 Aug 2022 17:35:05 +0300 Subject: [PATCH] Update Build.yaml --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 6b0f297..25dd328 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -173,7 +173,7 @@ jobs: - name: Release.txt run: | - $Release = Get-Content -Path Release.txt -Encoding utf8 + $Release = Get-Content -Path Release.txt -Encoding utf8 -Raw echo "Release_Body=$Release" >> $env:GITHUB_ENV ${{ env.Release_Body }}