aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-13 16:38:06 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-13 16:38:06 +0530
commit4bd742dafb44a6d7e7c5fcd82566459427e9af3a (patch)
tree6b12b06a6a4ebd7467129b9361594f59998e950f
parent80545534a99044f457d08024480d7e0827acbde3 (diff)
downloadnnn-4bd742dafb44a6d7e7c5fcd82566459427e9af3a.tar.gz
Fix static package name in repo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fd48c5..6190823 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