mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-27 01:00:11 +08:00
Update .appveyor.yml
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user