支持CI构建。
Some checks failed
Release tag / build (push) Failing after 17s

This commit is contained in:
luocai
2024-10-15 18:14:21 +08:00
parent 6810dbd801
commit b46cd406a7
3 changed files with 130 additions and 1 deletions

View File

@ -0,0 +1,23 @@
name: Release tag
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: [windows11]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and deploy
run: |
resources/build.ps1 build
resources/build.ps1 deploy
resources/build.ps1 changelog
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with:
body_path: build/CHANGELOG.txt
files: |-
build/AntiClipSettings.zip