[ts] Fix artifact upload.

This commit is contained in:
Mario Zechner 2023-01-26 13:49:28 +01:00
parent 5d54272396
commit a87776e8bd

View File

@ -20,8 +20,7 @@ then
spine-webgl/dist/iife/* \ spine-webgl/dist/iife/* \
spine-player/dist/iife/* \ spine-player/dist/iife/* \
spine-threejs/dist/iife/* \ spine-threejs/dist/iife/* \
spine-player/css/spine-player.css \ spine-player/css/spine-player.css
spine-player/example/external/*
curl -f -F "file=@spine-ts.zip" "$TS_UPDATE_URL$BRANCH" curl -f -F "file=@spine-ts.zip" "$TS_UPDATE_URL$BRANCH"
else else
echo "Not deploying artifacts. TS_UPDATE_URL and/or BRANCH not set." echo "Not deploying artifacts. TS_UPDATE_URL and/or BRANCH not set."