Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxwyWebSite committed Mar 23, 2024
1 parent e104755 commit 557423b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ func build(p *param) (err error) {
if p.GoOS == `windows` {
oname += `.exe` // dist/lx-source-linux-amd64v2.exe
}
fmt.Println(`开始编译:`, oname, `, Param:`, *p)
fmt.Println(`开始编译:`, oname)
fmt.Printf("编译参数: %+v\n", *p)
// 填入参数并构建
var args = []string{
`build`, `-o`, oname,
Expand Down

0 comments on commit 557423b

Please sign in to comment.