From 80a156f83a11dc1b46adfe51ea57147838d66091 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 19:14:11 +0200 Subject: [PATCH] cleanup previous build artifacts before deb_dist build --- .github/workflows/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index bb264010..31cbe5bf 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -30,6 +30,7 @@ jobs: - name: Build Debian/Apt sdist_dsc run: | + rm -Rf deb_dist/* python3 setup.py --command-packages=stdeb.command sdist_dsc - name: Build Debian/Apt bdist_deb