Skip to content

Commit

Permalink
Merge pull request #33 from sgerrand/fix-upload-job
Browse files Browse the repository at this point in the history
Fix uploader job
  • Loading branch information
sgerrand authored Aug 17, 2019
2 parents 8811e61 + ba19a65 commit 83ae8a9
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 @@ -43,7 +43,7 @@ jobs:
name: Install ghr executable
- deploy:
name: Upload to GitHub release
command: ghr -r $CIRCLE_PROJECT_REPONAME -u $CIRCLE_PROJECT_USERNAME --prerelease --delete unreleased artifacts
command: ghr -r $CIRCLE_PROJECT_REPONAME -u $CIRCLE_PROJECT_USERNAME --prerelease --delete unreleased artefacts
workflows:
build-compile-upload:
jobs:
Expand Down

0 comments on commit 83ae8a9

Please sign in to comment.