Skip to content

Commit

Permalink
Fix github-release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Nov 14, 2018
1 parent e55eb2b commit 010c668
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 @@ -28,7 +28,7 @@ jobs:
name: Download github-release tool
command: |
curl -sL 'https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2' | \
tar xvjf - --strip-components 3 -C $HOME/bin
tar xvjf - --strip-components 3 -C /bin
- run:
name: Save test results
command: |
Expand Down

0 comments on commit 010c668

Please sign in to comment.