From a50369303565bc9e964a1de35ada395bd75fd2a5 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 26 May 2026 14:00:33 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20.gitea/workflows/=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/自动化版本发布.yml | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitea/workflows/自动化版本发布.yml diff --git a/.gitea/workflows/自动化版本发布.yml b/.gitea/workflows/自动化版本发布.yml deleted file mode 100644 index 6064d591..00000000 --- a/.gitea/workflows/自动化版本发布.yml +++ /dev/null @@ -1,28 +0,0 @@ -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'