Update .appveyor.yml

This commit is contained in:
Paddy Xu
2017-06-29 22:07:40 +03:00
committed by GitHub
parent 2e1b53965b
commit 889a9d38df

View File

@@ -15,24 +15,13 @@ after_build:
cd 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.zip
7z l ..\QuickLook-%APPVEYOR_REPO_TAG_NAME%.zip
artifacts: artifacts:
- path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).zip - path: %APPVEYOR_BUILD_FOLDER%\Build\QuickLook.zip
name: QuickLook-$(APPVEYOR_REPO_TAG_NAME) name: QuickLook
- path: QuickLook-$(APPVEYOR_REPO_TAG_NAME).msi - path: %APPVEYOR_BUILD_FOLDER%\Build\QuickLook.msi
name: QuickLook-$(APPVEYOR_REPO_TAG_NAME) name: QuickLook
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