From 476e45cfdc57d27994d5022c09e4a5595865341c Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 9 May 2020 17:38:47 +1000 Subject: [PATCH] appveyor: don't upload artifacts AppVeyor has reached its artifact limit causing builds to fail. We already upload separately to GitHub Releases anyway, so it's kind of unnecessary. --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ed053f1e1..436930972 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,9 +14,9 @@ install: - cd %APPVEYOR_BUILD_FOLDER% build_script: - cmd: .appveyor\build.bat -artifacts: -- path: Olive*.zip - name: Olive Portable -- path: Olive*.exe - name: Olive Installer +#artifacts: +#- path: Olive*.zip +# name: Olive Portable +#- path: Olive*.exe +# name: Olive Installer cache: c:\tools\vcpkg\installed\