Create .appveyor.yml

This commit is contained in:
Paddy Xu
2017-06-10 13:38:43 +03:00
committed by GitHub
parent b0c1c498e4
commit 7b59b6989e

View File

@@ -22,7 +22,6 @@ after_build:
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)