build: free up macos disk space on Mac publish (#21569)
This commit is contained in:
parent
8ffc58bdba
commit
b6214fdddf
1 changed files with 3 additions and 0 deletions
|
@ -445,6 +445,9 @@ step-electron-publish: &step-electron-publish
|
|||
run:
|
||||
name: Publish Electron Dist
|
||||
command: |
|
||||
if [ "`uname`" == "Darwin" ]; then
|
||||
rm -rf src/out/Default/obj
|
||||
fi
|
||||
cd src/electron
|
||||
if [ "$UPLOAD_TO_S3" == "1" ]; then
|
||||
echo 'Uploading Electron release distribution to S3'
|
||||
|
|
Loading…
Reference in a new issue