ci: publish extension to gitea releases
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 1m13s
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 1m13s
This commit is contained in:
@@ -31,8 +31,12 @@ jobs:
|
|||||||
cd extension/dist
|
cd extension/dist
|
||||||
zip -r ../../insight-reply-extension.zip .
|
zip -r ../../insight-reply-extension.zip .
|
||||||
|
|
||||||
- name: 上传构建产物 (Artifact)
|
- name: 发布到 Gitea Release
|
||||||
uses: actions/upload-artifact@v4
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
name: insight-reply-extension
|
files: insight-reply-extension.zip
|
||||||
path: insight-reply-extension.zip
|
api_key: '${{secrets.GITEA_TOKEN}}'
|
||||||
|
name: 'Extension "Latest"'
|
||||||
|
tag_name: 'latest-extension'
|
||||||
|
draft: false
|
||||||
|
prerelease: true
|
||||||
|
|||||||
Reference in New Issue
Block a user