mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-05 06:30:07 +08:00
fix: fix artifact
This commit is contained in:
4
.github/workflows/dev-latest.yml
vendored
4
.github/workflows/dev-latest.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
path: webui/dist.zip
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
|
||||
- name: Docker metadata
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user