From f478ef70c62e16e29a53f578502f0fbc020c765a Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 19 Mar 2017 15:06:44 +0800 Subject: [PATCH] fix windows CI --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 17ed0322..2cd6291d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ after_build: - echo %APPVEYOR_BUILD_VERSION% > "distrib\VNote\version.txt" - echo %APPVEYOR_REPO_COMMIT% >> "distrib\VNote\version.txt" - cd distrib - - 7z a vnote_win_%PLATFORM%_portable_%APPVEYOR_BUILD_VERSION%.zip VNote + - 7z a VNote_%APPVEYOR_BUILD_VERSION%_win_%PLATFORM%_portable.zip VNote artifacts: - path: build\distrib\VNote_%APPVEYOR_BUILD_VERSION%_win_%PLATFORM%_portable.zip