mirror of
https://github.com/Tthfyth/source.git
synced 2026-03-15 22:03:21 +08:00
fix: 修复 GitHub Actions 打包配置
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user