diff --git a/Makefile b/Makefile index 61e14150..d312348b 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ all: make upload-linux-64 upload-osx: x86_64-osx/hpack-convert - github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.2 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz + github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.3 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz upload-linux-64: x86_64-linux/hpack-convert - github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.2 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz + github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.3 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz x86_64-osx/hpack-convert: FORCE stack build