mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-12 19:16:47 +08:00
fix: ci
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
path: webui/dist.zip
|
||||
|
||||
build-docker:
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
path: backend/dist.zip
|
||||
|
||||
- name: Unzip webui
|
||||
|
||||
Reference in New Issue
Block a user