fix CI upload

This commit is contained in:
Gordon Williams 2023-02-20 20:08:27 +00:00
parent bf3b777cde
commit 0965e09aa0

View File

@ -21,5 +21,6 @@ then
fi
if [[ -n \"$UPLOADTOKEN\" ]]; then
cd bin
ls -d *.bin *.hex *.tgz *.zip 2> /dev/null | xargs -I {} curl -v -F "binary=@{}" "http://www.espruino.com/travis_upload.php?commit=$COMMIT&branch=$BRANCH&token=$UPLOADTOKEN";
fi