Skip to content
Snippets Groups Projects
Commit 4655c1fe authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Fix upload-symbol-archive

parent 3e10dfd6
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ die() {
[[ $(file -Ebi "$2") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE ${2@Q}"
echo >&2 "Uploading ${2@Q} ..."
exec curl -X POST -H "Auth-Token: $(<"$1")" --data-binary "@$2" \
exec curl -X POST -H "Auth-Token: $(<"$1")" -F "${2##*/}=@$2" \
https://crash-stats.mozilla.com/symbols/upload
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment