We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196ae7a commit 392b649Copy full SHA for 392b649
scripts/upload_docs.sh
@@ -21,4 +21,4 @@ cd $2
21
tar -czf $TAR_NAME *
22
cd -
23
24
-gsutil cp $ROOT_PATH/out/$TAR_NAME gs://ua-web-ci-prod-docs-transfer/libraries/react-native/$TAR_NAME
+gsutil cp $2/$TAR_NAME gs://ua-web-ci-prod-docs-transfer/libraries/react-native/$TAR_NAME
0 commit comments