From fdc53a393dd8a15ef0ef4bbcf7356a716f9a85c8 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 30 Jan 2021 23:17:44 -0700 Subject: [PATCH] Appropriate name --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index dc2e905..8087ea7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,8 +39,8 @@ build: verbosity: normal after_build: - - 7z a Textractor-Alpha.zip C:\Textractor\builds\* - - appveyor PushArtifact Textractor-Alpha.zip + - 7z a Textractor-Alpha%APPVEYOR_BUILD_NUMBER%-%suffix%.zip C:\Textractor\builds\RelWithDebInfo_%suffix%\* + - appveyor PushArtifact Textractor-Alpha%APPVEYOR_BUILD_NUMBER%-%suffix%.zip #after_test: # - ps: if($env:APPVEYOR_REPO_BRANCH -eq "release" -and $env:packaging -eq "true") { $env:PUBLISH_BINARY = 'true' }