From 29a8be14e1b5991866f2456bc0b4d175c5264387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?1024=E5=B0=8F=E7=A5=9E?= <15670339118@163.com> Date: Fri, 29 Nov 2024 15:15:53 +0800 Subject: [PATCH] update build note --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95cdd49e..d2ae50ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. releaseName: 'PakePlus v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. - releaseBody: 'This is a workflow to help you automate the publishing of your PakePlus project to GitHub Packages.' + body_path: ./Note.md releaseDraft: false prerelease: false publish: true