mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix static file upload
This commit is contained in:
parent
bc7a81921e
commit
f6e7dbf6f9
2
Makefile
2
Makefile
|
@ -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 -cf $(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' \
|
||||
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' \
|
||||
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue