From 153d706a935cca9347bc119d76f8107fdfbfb649 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Tue, 9 Dec 2025 22:12:43 +0800 Subject: [PATCH] =?UTF-8?q?ci(release):=20=E4=B8=8A=E4=BC=A0web=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BA=A7=E7=89=A9=E4=BD=9C=E4=B8=BAGitHub=20Actions?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32eb276..7377250 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,12 @@ jobs: run: | zip -r dist.zip dist-prod + - name: Upload web build artifact + uses: actions/upload-artifact@v4 + with: + name: web-build + path: dist.zip + publish-tauri: permissions: contents: write