Fixed CircleCI DevTools build artifact tar internal structure (#17758)

This commit is contained in:
Brian Vaughn 2020-01-02 09:28:20 -08:00 committed by GitHub
parent 195b3db618
commit b05cd611ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 .