Updated config.yml
This commit is contained in:
parent
bb6a47da05
commit
fae9145eeb
1 changed files with 11 additions and 9 deletions
|
@ -62,13 +62,15 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/Cider/dist/artifacts
|
path: ~/Cider/dist/artifacts
|
||||||
publish-github-release:
|
publish-github-release:
|
||||||
docker:
|
working_directory: ~/Cider
|
||||||
- image: cibuilds/github:0.10
|
docker:
|
||||||
steps:
|
- image: cibuilds/github:0.10
|
||||||
- attach_workspace:
|
steps:
|
||||||
at: ~/Cider/dist/artifacts
|
- attach_workspace:
|
||||||
- run:
|
at: ~/Cider/dist/artifacts
|
||||||
name: "Publish Release on GitHub"
|
- run:
|
||||||
command: |
|
name: "Publish Release on GitHub"
|
||||||
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r "cider-releases" -c ${CIRCLE_SHA1} -n "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" -b "This release is made automatically from [this commit](https://github.com/ciderapp/Cider/commit/${CIRCLE_SHA1}) using [this CircleCI job.](${CIRCLE_BUILD_URL})" ~/Cider/dist/artifacts
|
command: |
|
||||||
|
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r "cider-releases" -c ${CIRCLE_SHA1} -n "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" -b "This release is made automatically from [this commit](https://github.com/ciderapp/Cider/commit/${CIRCLE_SHA1}) using [this CircleCI job.](${CIRCLE_BUILD_URL})" ~/Cider/dist/artifacts
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue