mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-09 05:28:04 +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
|
||||
|
||||
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
path: dist.zip
|
||||
|
||||
- name: Generate Release
|
||||
@@ -136,7 +136,7 @@ jobs:
|
||||
- name: download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: dist.zip
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user