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

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