From f6e7dbf6f96f72311df564a8362b1f073c3e4194 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 12 Feb 2020 08:32:49 +0530 Subject: [PATCH] Fix static file upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1ed978..1fac552 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 -cf $(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' \ + curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION)-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