Improved dist for CI

This commit is contained in:
Manuel Cortez 2018-12-17 00:56:08 -06:00
parent 9b89612edb
commit e1b79af4a5
8 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ production:
- cd src - cd src
- python setup.py py2exe - python setup.py py2exe
- cd .. - cd ..
- move src\dist dist - move src\dist socializer
artifacts: artifacts:
paths: paths:
- dist\* - socializer\*
expire_in: 1 week expire_in: 1 week