diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-02-13 16:38:06 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-02-13 16:38:06 +0530 |
commit | 4bd742dafb44a6d7e7c5fcd82566459427e9af3a (patch) | |
tree | 6b12b06a6a4ebd7467129b9361594f59998e950f /Makefile | |
parent | 80545534a99044f457d08024480d7e0827acbde3 (diff) | |
download | nnn-4bd742dafb44a6d7e7c5fcd82566459427e9af3a.tar.gz |
Fix static package name in repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |