From 93ac0b671ca519a2243993e54993e7bd8acf0b59 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 30 Jan 2018 08:41:24 +0800 Subject: [PATCH] appveyor: make sure libwebsockets.h in the artifact as well --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 77604bb5..ae76993e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ after_build: - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.pem cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.pem staging\share\libwebsockets-test-server - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.key.pem cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets-test-server.key.pem staging\share\libwebsockets-test-server - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\lws_config.h cp %APPVEYOR_BUILD_FOLDER%\build\lws_config.h staging\include - - IF EXIST %APPVEYOR_BUILD_FOLDER%\build\libwebsockets.h cp %APPVEYOR_BUILD_FOLDER%\build\libwebsockets.h staging\include + - cp %APPVEYOR_BUILD_FOLDER%\lib\libwebsockets.h staging\include - 7z a build\lws-%LWS_METHOD%.zip %APPVEYOR_BUILD_FOLDER%\staging\* artifacts: