add .exe extension to windows binaries
This commit is contained in:
parent
8c9a34e065
commit
bcdd4bf024
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
$env:CGO_ENABLED="0"
|
||||
go build -o release/windows/amd64/drone-agent github.com/drone/drone/cmd/drone-agent
|
||||
go build -o release/windows/amd64/drone-agent.exe github.com/drone/drone/cmd/drone-agent
|
||||
|
|
Loading…
Reference in a new issue