From 8a602be341817ff9d315179c2cc6f0422f39270b Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:17:52 +0100 Subject: [PATCH] try to extract built geth --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4a8c4b737a..4a87f87afb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,3 +55,7 @@ for: - go run build/ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds test_script: - go run build/ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -short + artifacts: + - path: geth.exe + name: geth + type: zip