From 722e9819329197679e2bad827c26f6c1639f588b Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Wed, 4 Oct 2023 01:22:45 +0200 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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