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
|
- checkout
|
||||||
- gomod
|
- gomod
|
||||||
- run: make build
|
- run: make build
|
||||||
|
- store_artifacts:
|
||||||
|
path: bin
|
||||||
|
destination: /
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
working_directory: /go/src/github.com/CityOfZion/neo-go
|
working_directory: /go/src/github.com/CityOfZion/neo-go
|
||||||
|
|
Loading…
Reference in a new issue