From 010c668a3eebac7f4843df94714ff5da0dafc2de Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Wed, 14 Nov 2018 21:21:32 +0100 Subject: [PATCH] Fix github-release tool --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1984b3b..de3501f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |