diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:31:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:31:43 -0500 |
commit | 0b8e94f84075c162102c9633506bbb64f12cfdf9 (patch) | |
tree | 618daa841695596f41f21b739c988fb3721e7fc4 | |
parent | 9c4263c22c308a122c957648b72c227710260906 (diff) | |
download | pyParrotZikTCP-0b8e94f84075c162102c9633506bbb64f12cfdf9.tar.xz pyParrotZikTCP-0b8e94f84075c162102c9633506bbb64f12cfdf9.zip |
Added artifact name
-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 |