summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-03 20:07:40 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-03 20:07:40 +0100
commit0143cb4faefc407b0cfbc2f73b3e175e949611fc (patch)
treefc0739432cebaf40ee90f34b122c0198362c50e2
parentcheck if this reduces log size (diff)
downloadlibrewolf-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.yml2
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
bgstack15