Skip to content

Commit 37f27f5

Browse files
author
Dusan Malusev
committed
Updating docs and ext for windows
Signed-off-by: Dusan Malusev <[email protected]>
1 parent bbe4a54 commit 37f27f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ jobs:
101101
with:
102102
upload_url: ${{ needs.release.outputs.upload_url }}
103103
asset_path: ./bin/hosts.exe
104-
asset_name: hosts-${{ matrix.os }}-${{ steps.git_tag.outputs.tag }}
104+
asset_name: hosts-windows-${{ steps.git_tag.outputs.tag }}.exe
105105
asset_content_type: application/octet-stream

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This program is designed for developers to help them manage host files, which th
1111

1212
# Installation
1313

14-
1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.1).
14+
1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.2).
1515

1616

1717
2. Building from Source
@@ -20,7 +20,7 @@ This program is designed for developers to help them manage host files, which th
2020

2121
```sh
2222
$ git clone https://github.com/BrosSquad/hosts.git hosts && cd hosts
23-
$ git checkout tags/v2.3.1 -b v2.3.1
23+
$ git checkout tags/v2.3.2 -b v2.3.2
2424
$ make build VERSION=2.0.3 ENVIRONMENT=production RACE=0
2525
$ make install
2626
```

0 commit comments

Comments
 (0)