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
|
||||
zip -r ../../insight-reply-extension.zip .
|
||||
|
||||
- name: 上传构建产物 (Artifact)
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: 发布到 Gitea Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
name: insight-reply-extension
|
||||
path: insight-reply-extension.zip
|
||||
files: 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