]> Sergey Matveev's repositories - nnn.git/commitdiff
fix emoji tar command
authorNRK <nrk@disroot.org>
Tue, 26 Jul 2022 15:37:38 +0000 (21:37 +0600)
committerNRK <nrk@disroot.org>
Tue, 26 Jul 2022 15:37:38 +0000 (21:37 +0600)
Fixes: https://github.com/jarun/nnn/pull/1356#discussion_r930094949
Makefile

index 5f023136aef9ea458fe35f7c39a817d58712b6e4..79042c33a23a3cabac3efe6d01fb59a41c00297f 100644 (file)
--- 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