Skip to content

Commit ff49964

Browse files
committed
fix pipeline
1 parent ad40ca1 commit ff49964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
root: ~/repo
4444
paths:
4545
- dist
46-
- ./*.tgz
46+
- ./*.tar.gz
4747
- circle_tag.txt
4848

4949
publish:
@@ -57,7 +57,7 @@ jobs:
5757
command: |
5858
CIRCLE_TAG=$(cat circle_tag.txt)
5959
echo $CIRCLE_TAG
60-
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} *.tgz
60+
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} *.tar.gz
6161
workflows:
6262
version: 2
6363
build_only:

0 commit comments

Comments
 (0)