This commit is contained in:
parent
37186891b8
commit
481ebd18db
@ -13,11 +13,6 @@ jobs:
|
|||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
uses: actions/checkout@v4 # 检出代码仓库
|
uses: actions/checkout@v4 # 检出代码仓库
|
||||||
|
|
||||||
- name: 设置 Go 环境
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '1.23.2' # 设置 Go 版本
|
|
||||||
|
|
||||||
- name: 编译项目
|
- name: 编译项目
|
||||||
run: |
|
run: |
|
||||||
go build -o /www/wwwroot/m.xyyyy.top/yitao.tmp # 编译并输出二进制文件
|
go build -o /www/wwwroot/m.xyyyy.top/yitao.tmp # 编译并输出二进制文件
|
||||||
|
Loading…
Reference in New Issue
Block a user