Fix the broken download URLs
This commit is contained in:
3
Makefile
3
Makefile
@@ -4,6 +4,3 @@ release:
|
|||||||
GOOS=windows GOARCH=amd64 go build -o ./bin/$(binary)_windows_amd64
|
GOOS=windows GOARCH=amd64 go build -o ./bin/$(binary)_windows_amd64
|
||||||
GOOS=linux GOARCH=amd64 go build -o ./bin/$(binary)_linux_amd64
|
GOOS=linux GOARCH=amd64 go build -o ./bin/$(binary)_linux_amd64
|
||||||
GOOS=darwin GOARCH=amd64 go build -o ./bin/$(binary)_darwin_amd64
|
GOOS=darwin GOARCH=amd64 go build -o ./bin/$(binary)_darwin_amd64
|
||||||
|
|
||||||
push:
|
|
||||||
gsutil cp bin/* gs://$(binary)-release
|
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ To preserve the name for its original owner, we renamed this project to hey.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Linux 64-bit: https://storage.googleapis.com/hey-release/hey_linux_amd64
|
* Linux 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64
|
||||||
* Mac 64-bit: https://storage.googleapis.com/hey-release/hey_darwin_amd64
|
* Mac 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_darwin_amd64
|
||||||
* Windows 64-bit: https://storage.googleapis.com/hey-release/hey_windows_amd64
|
* Windows 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_windows_amd64
|
||||||
|
|
||||||
### Package Managers
|
### Package Managers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user