ci: fix dpkg content listing again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Kevin Dorner 2022-09-13 05:13:19 +02:00
parent 82af05c4b0
commit 8bb619c676

View File

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