diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d14f68..5e9e41b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,12 @@ production: type: deploy script: - - pip install --upgrade -r requirements.txt - - cd src - - python setup.py py2exe \ No newline at end of file + - pip install --upgrade -r requirements.txt + - cd src + - python setup.py py2exe + - cd .. + - cd scripts + - python prepare_zipversion.py + artifacts: + paths: + - src\socializer.zip \ No newline at end of file