add .exe extension to windows binaries

This commit is contained in:
Brad Rydzewski 2019-08-06 23:16:21 -07:00
parent 8c9a34e065
commit bcdd4bf024

View file

@ -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