mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fix CI upload
This commit is contained in:
parent
bf3b777cde
commit
0965e09aa0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user