测试CI 1.2
Some checks failed
Deploy on Tag / build-and-deploy (push) Failing after 0s

This commit is contained in:
wzj 2024-11-11 21:48:28 +08:00
parent 6a5f0cd219
commit 78244cb6dc

View File

@ -10,14 +10,6 @@ jobs:
runs-on: ubuntu-22.04 # 使用 Gitea 所在服务器来执行任务
steps:
- name: 检出代码
uses: actions/checkout@v3 # 检出代码仓库
- name: 设置 Go 环境
uses: actions/setup-go@v4
with:
go-version: '1.23.2' # 设置 Go 版本
- name: 编译项目
run: |
go build -o /www/wwwroot/m.xyyyy.top/yitao.tmp # 编译并输出二进制文件