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

This commit is contained in:
John Kleinschmidt 2020-02-06 14:20:14 -05:00 committed by GitHub
parent e7982623ec
commit f4fd939409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -465,6 +465,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: