From 689ea370e1e34897761c448fd7a32acad0d303c0 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 29 Sep 2018 11:06:14 +1200 Subject: [PATCH] chore: push the symbol zip not a folder --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fddd2335f057..21e4492776a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ build_script: - ps: >- if ($env:GN_CONFIG -eq 'release') { python electron\script\zip-symbols.py - appveyor PushArtifact out/Default/electron.breakpad.syms + appveyor PushArtifact out/Default/symbols.zip } test_script: - if "%GN_CONFIG%"=="testing" ( echo Verifying non proprietary ffmpeg & python electron\script\verify-ffmpeg.py --build-dir out\Default --source-root %cd% --ffmpeg-path out\ffmpeg )