From: NRK Date: Tue, 26 Jul 2022 15:37:38 +0000 (+0600) Subject: fix emoji tar command X-Git-Tag: v4.7~37^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=61e1356fbd3a6d6962d7e571ac631a23472c735d;p=nnn.git fix emoji tar command Fixes: https://github.com/jarun/nnn/pull/1356#discussion_r930094949 --- diff --git a/Makefile b/Makefile index 5f023136..79042c33 100644 --- a/Makefile +++ b/Makefile @@ -309,7 +309,7 @@ upload-local: sign static musl -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \ --upload-file $(BIN)-nerd-static-$(VERSION).x86_64.tar.gz # upload emoji compiled static binary - tar -zcf $(BIN)-emoji-static-$(VERSION).x86_64.tar.gz $(BIN)-icons-static + tar -zcf $(BIN)-emoji-static-$(VERSION).x86_64.tar.gz $(BIN)-emoji-static curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-emoji-static-$(VERSION).x86_64.tar.gz' \ -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \ --upload-file $(BIN)-emoji-static-$(VERSION).x86_64.tar.gz