diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 20:07:40 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 20:07:40 +0100 |
commit | 0143cb4faefc407b0cfbc2f73b3e175e949611fc (patch) | |
tree | fc0739432cebaf40ee90f34b122c0198362c50e2 | |
parent | check if this reduces log size (diff) | |
download | librewolf-debian-0143cb4faefc407b0cfbc2f73b3e175e949611fc.tar.gz librewolf-debian-0143cb4faefc407b0cfbc2f73b3e175e949611fc.tar.bz2 librewolf-debian-0143cb4faefc407b0cfbc2f73b3e175e949611fc.zip |
it seems dpkg-buildpackage drops the packages one directory up the tree oO
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |