Skip to content

Commit

Permalink
Fix call to release script in circle (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito authored Oct 19, 2018
1 parent 0a50347 commit 976b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
mv ~/protoc3/include/* /usr/local/include/
- run:
name: Create release assets
command: go run util/release/main.go
command: go run util/cmd/release/main.go
- run:
name: Attach compiled stuff to the tag.
command: |
Expand Down

0 comments on commit 976b208

Please sign in to comment.