Skip to content

Commit

Permalink
Call adrian binary from the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ross committed May 12, 2019
1 parent 02160fb commit a3eb270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- run:
name: "Publish Linux Release on GitHub"
command: |
VERSION=$(adrian --version)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
VERSION=$(/artifacts/adrian --version)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/adrian
workflows:
version: 2
untagged-build:
Expand Down

0 comments on commit a3eb270

Please sign in to comment.