fix: correct artifact download step by removing file extension from name parameter
Some checks failed
构建扩展程序 / 构建扩展程序 (push) Successful in 43s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 19s

This commit is contained in:
Astrian Zheng 2025-05-28 15:45:51 +10:00
parent 058ae368e3
commit 0985edd8ad
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -49,7 +49,7 @@ jobs:
- name: 下载构建工件 - name: 下载构建工件
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: artifact-${{ gitea.sha }}.zip name: artifact-${{ gitea.sha }}
- uses: actions/setup-node@v2-beta - uses: actions/setup-node@v2-beta
name: 设置 Node.js name: 设置 Node.js