mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
build: free up macos disk space on Mac publish (#21569)
This commit is contained in:
committed by
Shelley Vohr
parent
8ffc58bdba
commit
b6214fdddf
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user