Skip to content

Commit

Permalink
Fix output path for build-and-push-release-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jun 4, 2016
1 parent 78fcc13 commit 206fb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ deployment:
- |
${REPO}/_ci/build-and-push-release-assets.sh \
--local-src-path "$REPO" \
--local-bin-output-path "/home/ubuntu/bin" \
--local-bin-output-path "$HOME/bin/$CIRCLE_PROJECT_REPONAME" \
--github-repo-owner "$CIRCLE_PROJECT_USERNAME" \
--github-repo-name "$CIRCLE_PROJECT_REPONAME" \
--git-tag "$CIRCLE_TAG" \
--app-name "fetch"
--app-name "$CIRCLE_PROJECT_REPONAME"

0 comments on commit 206fb3d

Please sign in to comment.