From 0d2eaf549fc5147dbf2720f536a2e714902f78fe Mon Sep 17 00:00:00 2001 From: Ellaismer Date: Tue, 27 Mar 2018 08:52:16 -0400 Subject: [PATCH] deploy: appveyor 7z ignore folder structures --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c6f138aba6..8afeeb75f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ install: build_script: - go run build\ci.go install - - 7z a multi-geth-win64.zip build/bin/geth.exe + - 7z a multi-geth-win64.zip .\build\bin\geth.exe - ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 - ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256