mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 13:09:43 +08:00
fix:
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist.zip
|
||||
name: dist
|
||||
path: webui/dist.zip
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist.zip
|
||||
name: dist
|
||||
path: dist.zip
|
||||
|
||||
- name: Generate Release
|
||||
@@ -136,7 +136,8 @@ jobs:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist.zip
|
||||
name: dist
|
||||
path: backend/dist.zip
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user