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: 上传工件
|
- name: 上传工件
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifact-${{ gitea.sha }}.zip
|
name: artifact-${{ gitea.sha }}
|
||||||
|
path: artifact-${{ gitea.sha }}.zip
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: 发布至 Chrome 应用商店
|
name: 发布至 Chrome 应用商店
|
||||||
|
|
Loading…
Reference in New Issue
Block a user