Fix the broken download URLs

This commit is contained in:
JBD
2020-12-18 19:26:43 -08:00
parent cd86a706d7
commit 33a965eeeb
2 changed files with 3 additions and 6 deletions

View File

@@ -4,6 +4,3 @@ release:
GOOS=windows GOARCH=amd64 go build -o ./bin/$(binary)_windows_amd64
GOOS=linux GOARCH=amd64 go build -o ./bin/$(binary)_linux_amd64
GOOS=darwin GOARCH=amd64 go build -o ./bin/$(binary)_darwin_amd64
push:
gsutil cp bin/* gs://$(binary)-release

View File

@@ -11,9 +11,9 @@ To preserve the name for its original owner, we renamed this project to hey.
## Installation
* Linux 64-bit: https://storage.googleapis.com/hey-release/hey_linux_amd64
* Mac 64-bit: https://storage.googleapis.com/hey-release/hey_darwin_amd64
* Windows 64-bit: https://storage.googleapis.com/hey-release/hey_windows_amd64
* Linux 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64
* Mac 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_darwin_amd64
* Windows 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_windows_amd64
### Package Managers