mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Fix #474: explicitly indicate gzip to tar
This commit is contained in:
parent
4ffb42c73e
commit
80545534a9
2
Makefile
2
Makefile
|
@ -117,7 +117,7 @@ upload-local: sign static
|
||||||
curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
|
curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
|
||||||
-H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \
|
-H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \
|
||||||
--upload-file nnn-$(VERSION).tar.gz.sig
|
--upload-file nnn-$(VERSION).tar.gz.sig
|
||||||
tar -cf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static
|
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=nnn-$(VERSION)-static-$(VERSION).x86-64.tar.gz' \
|
||||||
-H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \
|
-H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \
|
||||||
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
|
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue