Compare commits

...

2 Commits

Author SHA1 Message Date
3a1443db9c Merge pull request 'fix: correct artifact download path for Chrome extension publishing' (#4) from dev into main
Some checks failed
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 49s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 48s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 28s
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Failing after 1m2s
Reviewed-on: #4
2025-05-29 01:07:23 +00:00
24e344e8f0
fix: correct artifact download path for Chrome extension publishing
Some checks failed
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 57s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been cancelled
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been cancelled
构建扩展程序 / 构建 Firefox 附加组件 (push) Has been cancelled
2025-05-29 11:06:16 +10:00

View File

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