fix: correct artifact download path for Chrome extension publishing #4

Merged
Astrian merged 1 commits from dev into main 2025-05-29 01:07:24 +00:00

View File

@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: chrome-extension
path: ./
path: dist/
- name: 压缩为 ZIP 文件
run: |-