This commit is contained in:
parent
6a5f0cd219
commit
78244cb6dc
@ -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 # 编译并输出二进制文件
|
||||
|
Loading…
Reference in New Issue
Block a user