Browse Source

[ts] Fix artifact upload.

Mario Zechner 2 years ago
parent
commit
a87776e8bd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      spine-ts/build.sh

+ 1 - 2
spine-ts/build.sh

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