actually build it

This commit is contained in:
Neale Pickett 2023-12-06 17:17:47 -07:00
parent 535276446c
commit cc0e5bba94
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ winbuild:
image: *goimage image: *goimage
needs: ["Run unit tests"] needs: ["Run unit tests"]
script: script:
- GOOS=windows GOARCH=amd64 go build ./... - GOOS=windows GOARCH=amd64 go build ./cmd/mothd
artifacts: artifacts:
paths: paths:
- mothd.exe - mothd.exe