Skip to content

Commit

Permalink
Merge pull request #2605 from ssievert42/ci_upload_uf2
Browse files Browse the repository at this point in the history
build: upload .uf2 image to espruino.com
gfwilliams authored Jan 30, 2025
2 parents d8b9759 + 3254ee0 commit 0ae2238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_upload.sh
Original file line number Diff line number Diff line change
@@ -22,5 +22,5 @@ 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";
ls -d *.bin *.hex *.uf2 *.tgz *.zip 2> /dev/null | xargs -I {} curl -v -F "binary=@{}" "https://www.espruino.com/travis_upload.php?commit=$COMMIT&branch=$BRANCH&token=$UPLOADTOKEN";
fi

0 comments on commit 0ae2238

Please sign in to comment.