aboutsummaryrefslogtreecommitdiff
path: root/Makefile.release
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.release b/Makefile.release
index 76517e0a0..95b881845 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -118,7 +118,7 @@ github-push:
echo $$asset; \
curl -o /dev/null -X POST \
-H "Content-Type: application/gzip" \
- -H "Authorization: token ${GITHUB_ACCESS_TOKEN}"
+ -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" \
--data-binary "@$$asset" \
"https://uploads.github.com/repos/$(GITHUB)/$(NAME)/releases/$(RELEASE)/assets?name=$${asset}" ; \
done )
@@ -129,7 +129,7 @@ github-push:
echo $$asset; \
curl -o /dev/null -X POST \
-H "Content-Type: text/plain" \
- -H "Authorization: token ${GITHUB_ACCESS_TOKEN}"
+ -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" \
--data-binary "@$$asset" \
"https://uploads.github.com/repos/$(GITHUB)/$(NAME)/releases/$(RELEASE)/assets?name=$${asset}" ; \
done )