mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
deploy: ignore folder structures
This commit is contained in:
parent
fa7f85af60
commit
ea0a3fcb4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GETH_ARCHIVE_NAME="multi-geth-$TRAVIS_OS_NAME"
|
||||
zip "$GETH_ARCHIVE_NAME.zip" build/bin/geth
|
||||
zip -j "$GETH_ARCHIVE_NAME.zip" build/bin/geth
|
||||
|
||||
shasum -a 256 $GETH_ARCHIVE_NAME.zip
|
||||
shasum -a 256 $GETH_ARCHIVE_NAME.zip > $GETH_ARCHIVE_NAME.zip.sha256
|
||||
|
|
|
|||
Loading…
Reference in a new issue