diff --git a/.drone.yml b/.drone.yml index 2e73d9c..b4c9b5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,10 @@ steps: image: debian:bullseye commands: - apt-get update - - apt-get install -y debhelper dh-make + - apt-get install -y debhelper dh-make git - mkdir -p dist - dh_builddeb --destdir=dist + - git add dist/* when: event: - push