mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
github: Add test to standalone upload
This commit is contained in:
parent
b847880463
commit
15d8d91fdc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-standalone.yml
vendored
1
.github/workflows/publish-standalone.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls -l src/standalone
|
ls -l src/standalone
|
||||||
for f in src/standalone/waforth-*.tgz; do
|
for f in src/standalone/waforth-*.tgz; do
|
||||||
|
echo "Content-Length: $(du -b $f | cut -f1)"
|
||||||
curl --fail \
|
curl --fail \
|
||||||
-H "Authorization: token $GITHUB_TOKEN" \
|
-H "Authorization: token $GITHUB_TOKEN" \
|
||||||
-H "Content-Type: $(file -b --mime-type $f)" \
|
-H "Content-Type: $(file -b --mime-type $f)" \
|
||||||
|
|
Loading…
Reference in a new issue