mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
deploy: appveyor 7z ignore folder structures
This commit is contained in:
parent
ea0a3fcb4f
commit
0d2eaf549f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run build\ci.go install
|
- 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
|
||||||
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256
|
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue