From 1628a6470e1afd41b0397d2861753c6d6e76812f Mon Sep 17 00:00:00 2001 From: vapormusic Date: Thu, 17 Mar 2022 22:53:22 +0700 Subject: [PATCH 1/3] delete tag before publish --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: | From 46145b737700339436e5d3e873e342e7e07535d6 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Fri, 18 Mar 2022 00:06:27 +0800 Subject: [PATCH 2/3] Add Flathub to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae322b4d..df7ea849 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ [![Get it from the Microsoft Store](https://img.shields.io/badge/Get_It_From_The_Microsoft_Store-100000?style=for-the-badge&logo=microsoft)](https://www.microsoft.com/store/apps/9P21XJ9D9G66) [![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)