Appropriate name

This commit is contained in:
Akash Mozumdar 2021-01-30 23:17:44 -07:00
parent 68b382e5fa
commit fdc53a393d

View File

@ -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' }