From 0b8e94f84075c162102c9633506bbb64f12cfdf9 Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 16:31:43 -0500 Subject: Added artifact name --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index cdaf1eb..e78eb58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ build: off after_test: - "%PYTHON%\\python.exe setup.py py2exe" + - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*" artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip -- cgit v1.2.1