build: copy chromedriver to proper directory for release (#22073)

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
This commit is contained in:
trop[bot]
2020-02-06 15:07:46 -05:00
committed by GitHub
parent 68346fec55
commit 2d542c6028

View File

@@ -451,6 +451,7 @@ step-electron-chromedriver-build: &step-electron-chromedriver-build
ninja -C out/chromedriver electron:electron_chromedriver -j $NUMBER_OF_NINJA_PROCESSES
electron/script/strip-binaries.py --target-cpu="$TARGET_ARCH" --file $PWD/out/chromedriver/chromedriver
ninja -C out/chromedriver electron:electron_chromedriver_zip
cp out/chromedriver/chromedriver.zip out/Default/chromedriver
step-electron-chromedriver-store: &step-electron-chromedriver-store
store_artifacts: