circleci: add artifact store for the binary

This commit is contained in:
Roman Khimov 2019-08-29 18:41:53 +03:00
parent e93a2192b1
commit 1af46d6637

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