From 08e2e2a3902c2df5c7a0f6b018c685199db9f22e Mon Sep 17 00:00:00 2001 From: ExquisiteCore Date: Sun, 17 Dec 2023 22:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 85a4019..1b2abb9 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -29,6 +29,6 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: + append_body: true files: target/release/q_bot.exe - env: - GITHUB_TOKEN: ${{ secrets.T }} \ No newline at end of file + token: ${{ secrets.T }}