diff --git a/.drone.yml b/.drone.yml index ec15392..ebd852d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: GOPROXY: https://goproxy.io commands: - go build -o tele-recv-linux + - GOOS=windows GOARCH=amd64 go build -o tele-recv-win64.exe - name: release image: plugins/gitea-release