Update Build.yaml

This commit is contained in:
Dmitry Nefedov
2022-08-31 17:35:05 +03:00
committed by GitHub
parent ee53747094
commit d948bcefd2

View File

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