diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d3b252..22eeace 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,13 @@ debian: stage: package dependencies: - linux/amd64 + only: + - tags script: - mkdir -p deb/usr/bin - cp gomuks deb/usr/bin/gomuks - chmod -R -s deb/DEBIAN && chmod -R 0755 deb/DEBIAN - - dpkg-deb --build deb gomuks-$(cat deb/DEBIAN/control | grep Version | awk '{ print $2 }').deb + - dpkg-deb --build deb gomuks.deb + artifacts: + paths: + - gomuks.deb