Fixed CircleCI DevTools build artifact tar internal structure (#17758)
This commit is contained in:
parent
195b3db618
commit
b05cd611ba
|
@ -22,4 +22,5 @@ mv ./chrome/build/ReactDevTools.zip ../../build/devtools/chrome-extension.zip
|
|||
mv ./firefox/build/ReactDevTools.zip ../../build/devtools/firefox-extension.zip
|
||||
|
||||
# Compress all DevTools artifacts into a single tarball for easy download
|
||||
tar -zcvf ../../build/devtools.tgz ../../build/devtools
|
||||
cd ../../build/devtools
|
||||
tar -zcvf ../devtools.tgz .
|
Loading…
Reference in New Issue