github: Remove Content-Length test

It doesn't work on macOS.
This commit is contained in:
Remko Tronçon 2022-05-26 20:34:01 +02:00
parent 21982f3e89
commit 271721774e

View file

@ -22,7 +22,6 @@ jobs:
run: |
ls -l src/standalone
for f in src/standalone/waforth-*.tgz; do
echo "Content-Length: $(du -b $f | cut -f1)"
curl --fail \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: $(file -b --mime-type $f)" \