Skip to content

Commit c1833b4

Browse files
authored
Fix CI maybe
1 parent fc86ef0 commit c1833b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/circleci/upload_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if [ -z $CI_PULL_REQUEST ] && [ -n "$BUILD_SERVER_ENDPOINT" ]; then
88
-F "react.production.min=@build/dist/react.production.min.js" \
99
-F "react-dom.development=@build/dist/react-dom.development.js" \
1010
-F "react-dom.production.min=@build/dist/react-dom.production.min.js" \
11-
-F "react-dom-server.development=@build/dist/react-dom-server.development.js" \
12-
-F "react-dom-server.production.min=@build/dist/react-dom-server.production.min.js" \
11+
-F "react-dom-server.browser.development=@build/dist/react-dom-server.browser.development.js" \
12+
-F "react-dom-server.browser.production.min=@build/dist/react-dom-server.browser.production.min.js" \
1313
-F "commit=$CIRCLE_SHA1" \
1414
-F "date=`git log --format='%ct' -1`" \
1515
-F "pull_request=false" \

0 commit comments

Comments
 (0)