Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Sep 5, 2019
1 parent 60402da commit c72327c
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 @@ -100,7 +100,7 @@ jobs:
test "${VERSION}" = "${CIRCLE_TAG}"
mkdir ~/package
cd ~/artifacts && tar czvf ~/package/comit-rs_${VERSION}_$(uname -s)_$(uname -m).tar.gz * && echo "ma
cd ~/artifacts && tar czvf ~/package/comit-rs_${VERSION}_$(uname -s)_$(uname -m).tar.gz *
go get github.com/tcnksm/ghr
ls ~/package/
ghr -t ${GITHUB_TOKEN_FOR_RELEASES} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ~/package/
Expand Down

0 comments on commit c72327c

Please sign in to comment.