From 4e089ffebbccba03350558782994aa5903be979d Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Tue, 9 Dec 2025 21:39:54 +0800 Subject: [PATCH] =?UTF-8?q?build(workflows):=20=E6=B7=BB=E5=8A=A0=20fast-g?= =?UTF-8?q?lob=20=E4=BE=9D=E8=B5=96=E5=88=B0=20GitHub=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= 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 b10817e..95769ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: - name: Install dependencies run: pnpm install + - name: Install dependency fast-glob + run: pnpm add fast-glob -D + - name: Build for production run: pnpm build @@ -74,6 +77,9 @@ jobs: - name: Install frontend dependencies run: pnpm install + - name: Install dependency fast-glob + run: pnpm add fast-glob -D + - name: Build the app uses: tauri-apps/tauri-action@v0 env: