Skip to content

Commit 3329211

Browse files
authored
Update circle.yml
1 parent cc2a10f commit 3329211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- attach_workspace:
2121
at: ./
2222
- run: tar cvzf package.tgz project
23-
- run: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -replace ${CIRCLE_BRANCH} ./package.tgz
23+
- run: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -replace ${CIRCLE_BRANCH}.$(echo $CIRCLE_SHA1 | cut -c -7) ./package.tgz
2424

2525
workflows:
2626
version: 2

0 commit comments

Comments
 (0)