From 7152173d26293f4638920b17ce2dfa8ae995193b Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 18 Dec 2019 06:30:18 -0800 Subject: [PATCH] ci: retry uploading pdb files on appveyor (#21561) --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9aca21e2ee2b..8b545430ee56 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -146,12 +146,12 @@ build_script: - ps: >- if ($env:GN_CONFIG -eq 'release') { python electron\script\zip-symbols.py - appveyor PushArtifact out/Default/symbols.zip + appveyor-retry appveyor PushArtifact out/Default/symbols.zip } else { # It's useful to have pdb files when debugging testing builds that are # built on CI. 7z a pdb.zip out\Default\*.pdb - appveyor PushArtifact pdb.zip + appveyor-retry appveyor PushArtifact pdb.zip } - python electron/script/zip_manifests/check-zip-manifest.py out/Default/dist.zip electron/script/zip_manifests/dist_zip.win.%TARGET_ARCH%.manifest test_script: