From 34542e386924293014ac12815fa45b9f912bdcb3 Mon Sep 17 00:00:00 2001 From: archy Date: Tue, 3 Oct 2023 19:41:30 +0800 Subject: [PATCH] debugging gh action for release --- .github/workflows/release-publish.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 47ec3e992..08e8a0c96 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -98,7 +98,7 @@ jobs: with: release_id: ${{ steps.core_tag_and_release.outputs.id }} tag_name: ${{ env.RELEASE_CORE_TAG }} - file: "./artifacts/*-latest-artifacts/insomnia/**" + file: "./artifacts/*-latest-artifacts/insomnium/**" prerelease: ${{ env.IS_PRERELEASE }} draft: false diff --git a/README.md b/README.md index fbbac8a0d..dd0d35c22 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ I was among the users who were deeply affected by the recent change. I still thi ## Roadmap +*Vote for Insomnium's new icon now! [https://github.com/ArchGPT/insomnium/discussions/11](github.com/ArchGPT/insomnium/discussions/11)* + I have removed user login, tracking, analytics, etc, from Insomnia so it is now a 100% local app. Insomnium 1.0 will be released when the following tasks are completed: - [x] finalize the cleaning-up of existing codebase to make the GUI faster