You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd dist && GOOS=linux go build ../cmd/aliwepaystat/aliwepaystat.go && zip aliwepaystat-$(version)-linux.zip aliwepaystat && rm -f aliwepaystat
cd dist && GOOS=darwin go build ../cmd/aliwepaystat/aliwepaystat.go && zip aliwepaystat-$(version)-mac.zip aliwepaystat && rm -f aliwepaystat
cd dist && GOOS=windows go build ../cmd/aliwepaystat/aliwepaystat.go && zip aliwepaystat-$(version)-windows.zip aliwepaystat.exe && rm -f aliwepaystat.exe