From 37f27f530653c0d49df8ab2a4fc2137da8a11da9 Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Fri, 30 Apr 2021 17:40:18 +0200 Subject: [PATCH] Updating docs and ext for windows Signed-off-by: Dusan Malusev --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be97642..c3e24c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,5 +101,5 @@ jobs: with: upload_url: ${{ needs.release.outputs.upload_url }} asset_path: ./bin/hosts.exe - asset_name: hosts-${{ matrix.os }}-${{ steps.git_tag.outputs.tag }} + asset_name: hosts-windows-${{ steps.git_tag.outputs.tag }}.exe asset_content_type: application/octet-stream diff --git a/README.md b/README.md index 02fa9c4..954d8e7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This program is designed for developers to help them manage host files, which th # Installation -1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.1). +1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.2). 2. Building from Source @@ -20,7 +20,7 @@ This program is designed for developers to help them manage host files, which th ```sh $ git clone https://github.com/BrosSquad/hosts.git hosts && cd hosts -$ git checkout tags/v2.3.1 -b v2.3.1 +$ git checkout tags/v2.3.2 -b v2.3.2 $ make build VERSION=2.0.3 ENVIRONMENT=production RACE=0 $ make install ```