Skip to content
Snippets Groups Projects
Commit a4c8fe30 authored by hluk's avatar hluk
Browse files

Appveyor: Push portable zip artifact even if tests fail

parent 3bc9369b
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,6 @@ after_build:
- utils\appveyor\after_build.bat
artifacts:
- path: 'copyq*.zip'
name: CopyQ Portable
- path: 'copyq-*-setup.exe'
name: CopyQ Setup
......
......@@ -42,6 +42,7 @@ xcopy /F "%OPENSSL_PATH%\%LIBSSL%" "%Destination%" || goto :error
"%Executable%" || goto :error
7z a "%Name%.zip" -r "%Destination%" || goto :error
appveyor PushArtifact "%Name%.zip" -DeploymentName "CopyQ Portable" || goto :error
choco install -y InnoSetup || goto :error
"C:\ProgramData\chocolatey\bin\ISCC.exe" "/O%APPVEYOR_BUILD_FOLDER%" "/DAppVersion=%AppVersion%" "/DRoot=%Destination%" "/DSource=%Source%" "%Source%\Shared\copyq.iss" || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment