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
|
||||
- store_artifacts:
|
||||
path: ~/Cider/dist/artifacts
|
||||
- run:
|
||||
name : Delete Old Release Tag
|
||||
command: |
|
||||
gh release delete "${CIRCLE_BRANCH}-build" -y || true
|
||||
- run:
|
||||
name: Publish Release
|
||||
command: |
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
[](https://winstall.app/apps/CiderCollective.Cider.Nightly)
|
||||
|
||||
[](https://flathub.org/apps/details/sh.cider.Cider)
|
||||
|
||||
<!--
|
||||
|
||||
[](https://winstall.app/apps/cryptofyre.AppleMusicElectron)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue