diff options
author | James Rowe <jroweboy@gmail.com> | 2018-09-01 10:42:16 -0600 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-09-01 10:42:16 -0600 |
commit | a0e1fbfe140309c0953e68b8357ce828f1d04b97 (patch) | |
tree | 70d43b8da8169a067fce93a26c9e47d5fe1b835e /appveyor.yml | |
parent | c69dc5acf9faf3817337dfd5883fd3ef55a73326 (diff) |
Build - Upload fewer artifacts
Appveyor has a limit on artifact retention, and we hit the limit all the
time, so just lower the number of build artifacts to just the final zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index d68ae87b1..d475816ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -162,10 +162,6 @@ artifacts: - path: $(BUILD_ZIP) name: build type: zip - - path: $(BUILD_SYMBOLS) - name: debugsymbols - - path: $(BUILD_UPDATE) - name: update deploy: provider: GitHub |