From 5b0a89e586ffd2852ed650aa09f168800458d03d Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 31 Aug 2022 23:56:07 +0300 Subject: [PATCH] Update Release.yml --- .github/workflows/Release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 9f817e3..a89ca7f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -25,6 +25,9 @@ jobs: uses: svenstaro/upload-release-action@master with: repo_token: ${{ secrets.GITHUB_TOKEN }} + file: Release.txt tag: ${{ github.ref }} body: ${{ steps.read_release.outputs.RELEASE_BODY }} + overwrite: true + file_glob: true prerelease: $false