diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5a0871d5deb558542105e0ae9f2111141152ec9..d47b149086073366547b21ddff95121f837ff850 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,11 @@ build_buster: - apt install -y python3-stdeb python-all - dpkg-buildpackage -us -uc - mkdir -p build/ - - mv deb_dist/* build/ + - mv ../tempermonitor*.deb build/ + - mv ../tempermonitor*.changes build/ + - mv ../tempermonitor*.tar.gz build/ + - mv ../tempermonitor*.dsc build/ + - mv ../tempermonitor*.buildinfo build/ # The files which are to be made available in GitLab artifacts: