From b0c1c498e40316bcede157aecc71c0ea8ad2d9d6 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Sat, 10 Jun 2017 13:35:22 +0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 454dd9c..f6e6036 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,11 +12,17 @@ build: after_build: - cmd: >- type GitVersion.cs + cd Build + move QuickLook.msi ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi + dir ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi + 7z a ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip .\Package\* -r + 7z l ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip + artifacts: - path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).zip name: QuickLook-$(APPVEYOR_REPO_TAG_NAME) @@ -30,4 +36,4 @@ deploy: draft: true on: branch: master - APPVEYOR_REPO_TAG: true \ No newline at end of file + APPVEYOR_REPO_TAG: true