diff options
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |