mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
fix emoji tar command
Fixes: https://github.com/jarun/nnn/pull/1356#discussion_r930094949
This commit is contained in:
parent
f618b78866
commit
61e1356fbd
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue