Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e6f0d8db2d
2 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,10 @@ jobs:
|
||||||
mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts
|
mv ~/Cider/dist/*.blockmap ~/Cider/dist/artifacts
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/Cider/dist/artifacts
|
path: ~/Cider/dist/artifacts
|
||||||
|
- run:
|
||||||
|
name : Delete Old Release Tag
|
||||||
|
command: |
|
||||||
|
gh release delete "${CIRCLE_BRANCH}-build" -y || true
|
||||||
- run:
|
- run:
|
||||||
name: Publish Release
|
name: Publish Release
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
[](https://winstall.app/apps/CiderCollective.Cider.Nightly)
|
[](https://winstall.app/apps/CiderCollective.Cider.Nightly)
|
||||||
|
|
||||||
|
[](https://flathub.org/apps/details/sh.cider.Cider)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
[](https://winstall.app/apps/cryptofyre.AppleMusicElectron)
|
[](https://winstall.app/apps/cryptofyre.AppleMusicElectron)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue