From 5c54fc255a26ed33203d9ff7eb2fa76742716d65 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 18 Oct 2023 19:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=20release=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8be8bb6a..9246d1f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,11 @@ jobs: with: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: v__VERSION__-beta - releaseBody: https://github.com/BTMuli/Tauri.Genshin/releases/tag/v__VERSION__ + releaseBody: | + > 建议通过微软应用商店下载,此处仅作为备份 + + + download + releaseDraft: true prerelease: false