Skip to content

Commit

Permalink
circlecci syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Jan 26, 2021
1 parent 6c3e924 commit 4d9803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -124,7 +124,7 @@ jobs:
- run:
name: publish release on github
command: |
tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range-
tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} attack_range-${CIRCLE_TAG}.tar.gz
workflows:
version: 2.1
Expand Down

0 comments on commit 4d9803d

Please sign in to comment.