Skip to content

Commit

Permalink
Fixed CircleCI DevTools build artifact tar internal structure (facebo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn authored Jan 2, 2020
1 parent 195b3db commit b05cd61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/circleci/pack_and_store_devtools_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit b05cd61

Please sign in to comment.