From 689cf90f6aeeb0f00ed87eeb9c480000689cf4ce Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:38:54 +0700 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index d8e5d81..4355e42 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -73,7 +73,8 @@ jobs: echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV - name: Upload to Releases - uses: softprops/action-gh-release@master + # https://github.com/softprops/action-gh-release/issues/556#issuecomment-2556947371 + uses: softprops/action-gh-release@v2.1.0 with: tag_name: ${{ env.RELEASE_NAME }} body_path: ${{ steps.read_release.outputs.ReleaseBody }}