circleci: add artifact store for the binary
This commit is contained in:
parent
e93a2192b1
commit
1af46d6637
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue