From 0143cb4faefc407b0cfbc2f73b3e175e949611fc Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 3 Feb 2021 20:07:40 +0100 Subject: it seems dpkg-buildpackage drops the packages one directory up the tree oO --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4422123..63d868e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ variables: artifacts: name: "librewolf-${pkgver}-${pkgrel}" paths: - - "./**/librewolf*.deb" + - "../**/librewolf*.deb" build_debian_x86_64: image: debian:sid -- cgit