fix: correct artifact upload step by adjusting name and path parameters
This commit is contained in:
parent
8d4051b6bd
commit
058ae368e3
|
@ -36,7 +36,8 @@ jobs:
|
|||
- name: 上传工件
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifact-${{ gitea.sha }}.zip
|
||||
name: artifact-${{ gitea.sha }}
|
||||
path: artifact-${{ gitea.sha }}.zip
|
||||
|
||||
publish:
|
||||
name: 发布至 Chrome 应用商店
|
||||
|
|
Loading…
Reference in New Issue
Block a user