From 7038bb8061226ce894f9fc1b67d410f5203b7a29 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 27 May 2018 18:20:32 -0400 Subject: [PATCH] Try the appveyor changes again, using %Configuration% instead of "Debug" --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8df0560..ea3de8c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ after_build: - copy json_inttypes.h include\json-c\* - copy include\json_config.h include\json-c\* - copy json_object_private.h include\json-c\* -- 7z a json-c.lib.zip lib\json-c.dll Debug\json-c.lib Debug\json-c.exp Debug\json-c.pdb include\json-c\*.h +- 7z a json-c.lib.zip lib\json-c.dll %Configuration%\json-c.lib %Configuration%\json-c.exp %Configuration%\json-c.pdb include\json-c\*.h artifacts: - path: json-c.lib.zip -- 2.50.0