From 271721774eae0cf2529e2c2cfacee613c2a4c889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 26 May 2022 20:34:01 +0200 Subject: [PATCH] github: Remove Content-Length test It doesn't work on macOS. --- .github/workflows/publish-standalone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-standalone.yml b/.github/workflows/publish-standalone.yml index 232dbdd..bcccec1 100644 --- a/.github/workflows/publish-standalone.yml +++ b/.github/workflows/publish-standalone.yml @@ -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)" \