From 073642d7e407b660109f914c70a1ab301d6a6e50 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 30 Apr 2018 16:39:28 +0200 Subject: [PATCH] test2 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 80471e6..a0ad244 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,8 @@ build_script: # - upnpc-static.exe -l after_build: - - 7z a ..\miniupnpc-$(appveyor_build_version).zip *.exe *.dll *.a *.lib - - 7z a ..\miniupnpc-python-$(appveyor_build_version).zip build\ dist\ + - 7z a ..\miniupnpc-%APPVEYOR_BUILD_VERSION%.zip *.exe *.dll *.a *.lib + - 7z a ..\miniupnpc-python-%APPVEYOR_BUILD_VERSION%.zip build\ dist\ artifacts: - path: miniupnpc-$(appveyor_build_version).zip