From c7a1e606efa602fb7e8d8eb311676848edb210bc Mon Sep 17 00:00:00 2001 From: zeffy Date: Tue, 6 Jun 2017 20:50:27 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e1b52af..cbd2b6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,8 @@ build: verbosity: minimal after_build: - cmd: >- - set "ZIP_NAME=..\%APPVEYOR_PROJECT_NAME%_%APPVEYOR_REPO_COMMIT:~0,8%.zip" + + set "ZIP_NAME=..\%APPVEYOR_PROJECT_NAME%_v%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%_%PLATFORM%.zip" cd "%APPVEYOR_BUILD_FOLDER%\install"