Compare commits

..

No commits in common. "master" and "0122" have entirely different histories.
master ... 0122

1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
name: "自动化版本发布"
on:
push:
branches:
- master
paths-ignore:
- '.gitea/workflows/**'
- '.github/workflows/**'
jobs:
job-d78cb39:
name: "任务[job-d78cb39]"
# 运行环境,这里就是上面定义的多个 os
runs-on: 'ubuntu-latest'
steps:
- name: "运行Shell脚本[shell-7697d74e]"
run: |
cd ${WORKSPACE} && make build && make test
- name: "创建发行版[publish-releases-action_2-f48da2]"
uses: https://gitlink.org.cn/floraachy/publish-releases-action@v1.0.2
with:
domain: ''
username: 'maxjhandsome'
password: '123456'
repository: ''
release_title: 'V1.0.0'
release_desc: ''
tag_name: ''
sha: 'master'