diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a71023..c65db20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,18 +130,14 @@ stable: - cd ..\src - '%PYTHON2% ..\doc\generator.py' - '%PYTHON3% write_version_data.py' - - '%PYINSTALLER% main.spec' + - '%PYTHON3% setup.py build' - '%NSIS% installer.nsi' - cd .. - move src\socializer* . - cd scripts - - '%PYTHON3% prepare_zipversion.py' + - '%PYTHON3% prepare_zipversion_cxfreeze.py' - cd .. - move src\socializer.zip socializer.zip + - '%PYTHON3% scripts/upload.py' only: - - tags - artifacts: - paths: - - socializer.zip - - "socializer_*" - name: socializer \ No newline at end of file + - tags \ No newline at end of file