Browse Source
Merge pull request #1219 from jroweboy/less-artifacts
Build - Upload fewer artifacts
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
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 |
|
|
|
|