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.
This commit is contained in:
itsmattkc
2020-05-09 17:38:47 +10:00
parent 42b749e697
commit 476e45cfdc
+5 -5
View File
@@ -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\