Improved dist for CI

This commit is contained in:
2018-12-17 00:56:08 -06:00
parent 9b89612edb
commit e1b79af4a5
8 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ production:
- cd src
- python setup.py py2exe
- cd ..
- move src\dist dist
- move src\dist socializer
artifacts:
paths:
- dist\*
- socializer\*
expire_in: 1 week