From 82af05c4b009472dfef984d7d830d670497af68d Mon Sep 17 00:00:00 2001 From: Kevin Dorner Date: Tue, 13 Sep 2022 05:10:36 +0200 Subject: [PATCH] ci: fix dpkg -l debug command --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 092222e..5395d03 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,8 +4,8 @@ pipeline: pull: true commands: - make package - - ls - - dpkg -L *.deb + - ls .. + - dpkg -L ../*.deb when: event: [push, tag]