ci: fix dpkg content listing again
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Kevin Dorner 2022-09-13 05:13:19 +02:00
parent 82af05c4b0
commit 8bb619c676
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline:
commands:
- make package
- ls ..
- dpkg -L ../*.deb
- dpkg -c ../*.deb
when:
event: [push, tag]