From: Arun Prakash Jana Date: Thu, 13 Feb 2020 11:08:06 +0000 (+0530) Subject: Fix static package name in repo X-Git-Tag: v3.1~180 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4bd742dafb44a6d7e7c5fcd82566459427e9af3a;p=nnn.git Fix static package name in repo --- diff --git a/Makefile b/Makefile index 5fd48c56..6190823b 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ upload-local: sign static -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \ --upload-file nnn-$(VERSION).tar.gz.sig tar -zcf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static - curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION)-static-$(VERSION).x86-64.tar.gz' \ + curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86-64.tar.gz' \ -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \ --upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz