Skip to content

Commit d2e6575

Browse files
author
Svetlozar
committed
ghr
1 parent d4d8bed commit d2e6575

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
@@ -172,8 +172,8 @@ jobs:
172172
name: "Publish Release on GitHub"
173173
command: |
174174
VERSION=${CIRCLE_TAG}
175-
ls -lah ./artifacts
176-
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -draft ${CIRCLE_TAG} ./artifacts/
175+
find ./artifacts
176+
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -draft ${CIRCLE_TAG} ./artifacts/packages/
177177
# Invoke jobs via workflows
178178
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
179179
# Conditional jobs explanation: https://circleci.com/docs/workflows/#executing-workflows-for-a-git-tag

0 commit comments

Comments
 (0)