build: fix release assets action artifact usages

This commit is contained in:
EnixCoda 2022-07-18 14:50:12 +08:00
parent 0d74358592
commit 4cf15aa32f
2 changed files with 2 additions and 2 deletions

View file

@ -42,5 +42,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist
path: dist

View file

@ -27,6 +27,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Create Release
id: create_release