fix(ci): 🐛 fix release.yml issues

This commit is contained in:
Dawn
2025-11-15 05:31:02 +08:00
parent f0c4cd18df
commit b59d517717

View File

@@ -104,13 +104,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: components-typings
path: .
path: components-typings
- name: Download frontend dist
uses: actions/download-artifact@v4
with:
name: frontend-dist
path: .
path: frontend-dist
- name: Prepare downloaded artifacts
shell: bash