fix: 修复 GitHub Actions 打包配置

This commit is contained in:
Tthfyth
2025-12-08 17:50:44 +08:00
parent 786cbf128d
commit 3c597aafa2

View File

@@ -30,7 +30,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build and Package
env:
@@ -70,7 +70,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build and Package
env:
@@ -112,7 +112,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build and Package
run: |