Merge pull request #327 from nspcc-dev/circleci-binary-artifact

circleci: add artifact store for the binary
This commit is contained in:
Roman Khimov 2019-08-29 19:12:43 +03:00 committed by GitHub
commit 0f4a6a7830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,9 @@ jobs:
- checkout
- gomod
- run: make build
- store_artifacts:
path: bin
destination: /
build_image:
working_directory: /go/src/github.com/CityOfZion/neo-go