mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 07:05:22 +00:00
✨ [build] 更新构建流程,确保目标目录存在后再复制构建产物
This commit is contained in:
parent
be5e619413
commit
5174ca9a4d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -45,7 +45,9 @@ jobs:
|
|||||||
cd server-status-web
|
cd server-status-web
|
||||||
pnpm install --no-frozen-lockfile
|
pnpm install --no-frozen-lockfile
|
||||||
pnpm run build
|
pnpm run build
|
||||||
cp -r dist api/frontend/web
|
|
||||||
|
mkdir -p ../server-status-server/api/frontend/web
|
||||||
|
cp -r dist ../server-status-server/api/frontend/web
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user