diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce5359..99f2994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ production: - python setup.py py2exe - cd .. - move src\dist dist - - cd dist artifacts: paths: - - ./* + - dist\* expire_in: 1 week \ No newline at end of file