From 889a9d38dfc165f284285520d77f5fd3926a5a52 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Thu, 29 Jun 2017 22:07:40 +0300 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 17711ca..1d11006 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,24 +15,13 @@ after_build: cd Build - move QuickLook.msi ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi + dir QuickLook.msi - dir ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.msi + 7z a QuickLook.zip .\Package\* -r - 7z a ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip .\Package\* -r - - 7z l ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip + 7z l QuickLook.zip artifacts: -- path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).zip - name: QuickLook-$(APPVEYOR_REPO_TAG_NAME) -- path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).msi - name: QuickLook-$(APPVEYOR_REPO_TAG_NAME) -deploy: -- provider: GitHub - auth_token: - secure: YwPL9DCYIWsHKBT7WMnx+IHTWph9fEOUBpnfZhZMTgz6VzWem01X+l/vZPlFxCG/ - artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME) - draft: true - on: - branch: master - APPVEYOR_REPO_TAG: true +- path: %APPVEYOR_BUILD_FOLDER%\Build\QuickLook.zip + name: QuickLook +- path: %APPVEYOR_BUILD_FOLDER%\Build\QuickLook.msi + name: QuickLook