From 4a67600686b2b92e8e01858015af401411ffc8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 11 Apr 2022 13:37:35 +0200 Subject: [PATCH] Try to get deb artifacts --- .gitlab-ci.yml | 2 +- CI/gitlab-ci/ci-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9202b292..d6c9efec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -821,6 +821,6 @@ Debian: dependencies: [] artifacts: paths: - - libopenmesh*.deb + - ../libopenmesh*.deb diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index 2d80275a..07d743b1 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -56,5 +56,5 @@ Debian: dependencies: [] artifacts: paths: - - libopenmesh*.deb + - ../libopenmesh*.deb