ci: debug

This commit is contained in:
Michael Grote 2023-06-28 14:42:25 +02:00
parent 5ad6f76e17
commit e5af708e01

View file

@ -20,6 +20,7 @@ steps:
- # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
- git checkout $(git tag | grep "^v" | tail -n 1)
- version=$(git tag | grep "^v" | tail -n 1)
- echo $version
- ln -s packages/debian .
- dpkg-buildpackage -uc -us
# upload