This commit is contained in:
EstrellaXD
2023-06-07 21:31:31 +08:00
parent 33495cb720
commit e13b9f046b

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
@@ -133,7 +133,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.ACCESS_TOKEN }}
- name: download artifact
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: dist.zip