fix: correct artifact download step by removing file extension from name parameter
This commit is contained in:
parent
058ae368e3
commit
0985edd8ad
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: 下载构建工件
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: artifact-${{ gitea.sha }}.zip
|
||||
name: artifact-${{ gitea.sha }}
|
||||
|
||||
- uses: actions/setup-node@v2-beta
|
||||
name: 设置 Node.js
|
||||
|
|
Loading…
Reference in New Issue
Block a user