mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-30 05:20:13 +08:00
fix: fix artifact
This commit is contained in:
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