releasing

This commit is contained in:
Liam Galvin 2018-11-24 20:08:55 +00:00
parent e83f07a563
commit 18535a9593
1 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ jobs:
- checkout - checkout
- run: make build-linux - run: make build-linux
- persist_to_workspace: - persist_to_workspace:
root: release root: bin
paths: paths:
- bin/linux - linux
build-darwin: build-darwin:
docker: docker:
- image: karalabe/xgo-latest:latest - image: karalabe/xgo-latest:latest
@ -32,9 +32,9 @@ jobs:
- checkout - checkout
- run: make build-darwin - run: make build-darwin
- persist_to_workspace: - persist_to_workspace:
root: release root: bin
paths: paths:
- bin/darwin - darwin
release: release:
docker: docker:
- image: circleci/golang:latest - image: circleci/golang:latest