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:
+5
-5
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user