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 }}