fix: fix artifact

This commit is contained in:
EstrellaXD
2023-06-07 21:26:01 +08:00
parent c0d6658bb7
commit 33495cb720
2 changed files with 4 additions and 4 deletions

View File

@@ -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