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: