diff --git a/.circleci/config.yml b/.circleci/config.yml index 323beb7d..065296a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | diff --git a/README.md b/README.md index ae322b4d..76c768ac 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ [![Get it from Windows Package Manager](https://custom-icon-badges.herokuapp.com/badge/Get_It_via_Winget-100000?style=for-the-badge&logo=winstall)](https://winstall.app/apps/CiderCollective.Cider.Nightly) +[![Get it from Flathub](https://img.shields.io/badge/Get_It_From_Flathub-100000?style=for-the-badge&logo=flathub)](https://flathub.org/apps/details/sh.cider.Cider) +