Skip to content

Commit 4d9803d

Browse files
committed
circlecci syntax error
1 parent 6c3e924 commit 4d9803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- run:
125125
name: publish release on github
126126
command: |
127-
tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range-
127+
tar -zcvf attack_range-${CIRCLE_TAG}.tar.gz attack_range
128128
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} attack_range-${CIRCLE_TAG}.tar.gz
129129
workflows:
130130
version: 2.1

0 commit comments

Comments
 (0)