Skip to content

Commit b05cd61

Browse files
author
Brian Vaughn
authored
Fixed CircleCI DevTools build artifact tar internal structure (facebook#17758)
1 parent 195b3db commit b05cd61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/circleci/pack_and_store_devtools_artifacts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ mv ./chrome/build/ReactDevTools.zip ../../build/devtools/chrome-extension.zip
2222
mv ./firefox/build/ReactDevTools.zip ../../build/devtools/firefox-extension.zip
2323

2424
# Compress all DevTools artifacts into a single tarball for easy download
25-
tar -zcvf ../../build/devtools.tgz ../../build/devtools
25+
cd ../../build/devtools
26+
tar -zcvf ../devtools.tgz .

0 commit comments

Comments
 (0)