Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Sep 29, 2018
1 parent f913a81 commit a163f24
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,7 +35,7 @@ jobs:
- run: esy b

- store_artifacts:
path: ./_build/default/src/Bin.exe
path: ./_build/default/bin/Bin.exe

publish-github-release:
docker:
Expand All @@ -45,7 +45,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
FILE=./_build/default/src/Bin.exe
FILE=./_build/default/bin/Bin.exe
VERSION=$(my-binary --version)
curl -H "Authorization: token $GITHUB_TOKEN" -H "Content-Type: $(file -b --mime-type $FILE)" --data-binary @$FILE "https://uploads.github.com/repos/jaredly/reason-language-server/releases/${CIRCLE_TAG}/assets?name=bin.linux.exe"

0 comments on commit a163f24

Please sign in to comment.