summaryrefslogtreecommitdiff
path: root/github-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'github-upload.sh')
-rwxr-xr-xgithub-upload.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/github-upload.sh b/github-upload.sh
index 51000ae1d..875d51831 100755
--- a/github-upload.sh
+++ b/github-upload.sh
@@ -7,8 +7,8 @@ read -s -p "Token (https://github.com/settings/applications): " TOKEN
curl -H "Authorization: token $TOKEN" \
-H "Accept: application/vnd.github.manifold-preview" \
-H "Content-Type: application/x-apple-diskimage" \
- --data-binary @$FULLNAME.dmg \
- "https://uploads.github.com/repos/jgm/pandoc/releases/$VERSION/assets?name=$FULLNAME.dmg"
+ --data-binary @$FULLNAME.pkg.zip \
+ "https://uploads.github.com/repos/jgm/pandoc/releases/$VERSION/assets?name=$FULLNAME.pkg.zip"
curl -H "Authorization: token $TOKEN" \
-H "Accept: application/vnd.github.manifold-preview" \