mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Remove Content-Length test
It doesn't work on macOS.
This commit is contained in:
parent
21982f3e89
commit
271721774e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish-standalone.yml
vendored
1
.github/workflows/publish-standalone.yml
vendored
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue