github: Add test to standalone upload

This commit is contained in:
Remko Tronçon 2022-05-26 18:16:17 +02:00
parent b847880463
commit 15d8d91fdc

View file

@ -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)" \