We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e924 commit 4d9803dCopy full SHA for 4d9803d
.circleci/config.yml
@@ -124,7 +124,7 @@ jobs:
124
- run:
125
name: publish release on github
126
command: |
127
- tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range-
+ tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range
128
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} attack_range-${CIRCLE_TAG}.tar.gz
129
workflows:
130
version: 2.1
0 commit comments