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 d4d8bed commit d2e6575Copy full SHA for d2e6575
.circleci/config.yml
@@ -172,8 +172,8 @@ jobs:
172
name: "Publish Release on GitHub"
173
command: |
174
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/
+ find ./artifacts
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -draft ${CIRCLE_TAG} ./artifacts/packages/
177
# Invoke jobs via workflows
178
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
179
# Conditional jobs explanation: https://circleci.com/docs/workflows/#executing-workflows-for-a-git-tag
0 commit comments