chore: fix cicd

This commit is contained in:
wweir
2021-11-10 19:27:35 +08:00
parent 48e9680c03
commit ffca4220d6
+2
View File
@@ -39,6 +39,8 @@ jobs:
make clean
make build GO='GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go'
mv sower sower.exe
mv sowerd sowerd.exe
tar czvf sower-windows-amd64.tar.gz sower.exe sowerd.exe
make clean