mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-26 03:21:21 +08:00
fix: path problem
This commit is contained in:
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@@ -39,9 +39,6 @@ jobs:
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: CD into path
|
||||
run: cd webui
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
id: pnpm-install
|
||||
@@ -50,13 +47,15 @@ jobs:
|
||||
run_install: true
|
||||
|
||||
- name: Build
|
||||
run: pnpm build && zip -r dist.zip dist
|
||||
run: |
|
||||
cd webui
|
||||
pnpm build && zip -r dist.zip dist
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist.zip
|
||||
path: webui/dist.zip
|
||||
|
||||
|
||||
draft-release:
|
||||
|
||||
Reference in New Issue
Block a user