Update config.yml
This commit is contained in:
parent
13be252620
commit
661f13a78d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
name: Append Commit BuildID to Version
|
||||
command: yarn circle:append-bid
|
||||
- run:
|
||||
name: TypeScript Build
|
||||
name: TypeScript Compile
|
||||
command: yarn build
|
||||
- run:
|
||||
name: Generate Builds (Linux)
|
||||
|
@ -74,4 +74,4 @@ jobs:
|
|||
- run:
|
||||
name: Publish Release
|
||||
command: |
|
||||
gh release create "${CIRCLE_BRANCH}/${CIRCLE_BUILD_NUM}" --prerelease --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*.deb ~/Cider/dist/artifacts/*.AppImage ~/Cider/dist/artifacts/*.snap ~/Cider/dist/artifacts/*.exe ~/Cider/dist/artifacts/*.yml ~/Cider/dist/artifacts/*.blockmap
|
||||
gh release create "v${APP_VERSION}.${CIRCLE_BUILD_NUM}" --prerelease --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*.deb ~/Cider/dist/artifacts/*.AppImage ~/Cider/dist/artifacts/*.snap ~/Cider/dist/artifacts/*.exe ~/Cider/dist/artifacts/*.yml ~/Cider/dist/artifacts/*.blockmap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue