1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-11 01:15:09 -07:00

actually build it

This commit is contained in:
Neale Pickett 2023-12-06 17:17:47 -07:00
parent 535276446c
commit cc0e5bba94

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