From 15d8d91fdc4eac2599ff732cb1e8fbc95e87368a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 26 May 2022 18:16:17 +0200 Subject: [PATCH] github: Add test to standalone upload --- .github/workflows/publish-standalone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-standalone.yml b/.github/workflows/publish-standalone.yml index bcccec1..232dbdd 100644 --- a/.github/workflows/publish-standalone.yml +++ b/.github/workflows/publish-standalone.yml @@ -22,6 +22,7 @@ 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)" \