From 091796d525b33084cbdb09b198bac4e39e3bc5c6 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Tue, 9 Dec 2025 21:29:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E8=B0=83=E6=95=B4=20GitHub?= =?UTF-8?q?=20Actions=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 358d235..b10817e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: releaseBody: See the assets to download this version and install. releaseDraft: true prerelease: false - run: pnpm tauri build + run: pnpm tauri build release: needs: [build-web, publish-tauri]