Skip to content

Commit

Permalink
Fix uploading the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV authored Dec 19, 2018
1 parent 096cb49 commit fe7da69
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 @@ -38,7 +38,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
VERSION=$(ls ./artifacts/libs/* | cut -c8- | rev | cut -c9- | rev)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/libs
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/libs/*
workflows:
version: 2.1
Expand Down

0 comments on commit fe7da69

Please sign in to comment.