From c04407b8e1cd2ccb1ccbdb24071fc17151628c80 Mon Sep 17 00:00:00 2001 From: Ellaismer Date: Tue, 27 Mar 2018 05:41:52 -0400 Subject: [PATCH] Disable appveyor upload --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) 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