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