Update .gitlab-ci.yml file

This commit is contained in:
Ivan Fonarev 2023-10-27 20:35:04 +00:00
parent 6afc2d4425
commit 563b86a3a1

View file

@ -16,7 +16,7 @@ run-build:
- sudo apt update
- sudo apt install -y build-essential devscripts dh-make
- dpkg-buildpackage -us -uc
- mv ../* ./builds/artifact
- mv ../*.{deb,tar.xz,dsc,changes} ./builds/artifact
# This stage is only executed for new tags
only: