Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
debugging gh action for release
Browse files Browse the repository at this point in the history
debugging gh action for release

debugging gh action for release
  • Loading branch information
archywillhe committed Oct 3, 2023
1 parent 6259a51 commit 8a53c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
prerelease: ${{ env.IS_PRERELEASE }}
draft: false

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ I have removed user login, tracking, analytics, etc, from Insomnia so it is now

If you have any feature request or encountered any bug, feel free to [open an issue](https://github.com/ArchGPT/insomnium/issues). Thanks! I'm also working on a Code Llama plugin for Insomnium to make it more easily customizable and extensible, while keeping the core product fast and 100% local-only.

> _**Vote for Insomnium's new icon now! [github.com/ArchGPT/insomnium/discussions/11](https://github.com/ArchGPT/insomnium/discussions/11)**_

## Download

Insomnium is available for Mac, Windows, and Linux, and can be downloaded [here](https://github.com/ArchGPT/insomnium/releases). You can also build it from source on your local machine using `npm run app-package`.
Expand Down

0 comments on commit 8a53c22

Please sign in to comment.