diff --git a/appveyor.yml b/appveyor.yml index 45475d1669..4cd12c1dde 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,10 +31,6 @@ install: build_script: - go run build\ci.go install -after_build: - - go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds - - go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload gethstore/builds - test_script: - set CGO_ENABLED=1 - go run build\ci.go test -coverage