From 6f8e1f648c66addf438d000f9fa1187f61ecd0ce Mon Sep 17 00:00:00 2001 From: zarroboogs <36057965+zarroboogs@users.noreply.github.com> Date: Fri, 2 Feb 2018 04:23:53 +0200 Subject: [PATCH] add openssl artifact using prebuilt binaries from appveyor build env --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e7f7c0f48e..06f6599484 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,9 +67,12 @@ after_build: - ps: | # package artifacts 7z a $env:BUILD .\bin\* + 7z a openssl_win64.7z C:\OpenSSL-Win64\bin\libeay32.dll C:\OpenSSL-Win64\bin\ssleay32.dll test: off artifacts: - path: $(BUILD) name: rpcs3 +- path: openssl_win64.7z + name: openssl \ No newline at end of file