Browse Source

cleanup previous build artifacts before deb_dist build

Nick Sweeting 5 years ago
parent
commit
80a156f83a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/debian.yml

+ 1 - 0
.github/workflows/debian.yml

@@ -30,6 +30,7 @@ jobs:
 
 
       - name: Build Debian/Apt sdist_dsc
       - name: Build Debian/Apt sdist_dsc
         run: |
         run: |
+          rm -Rf deb_dist/*
           python3 setup.py --command-packages=stdeb.command sdist_dsc
           python3 setup.py --command-packages=stdeb.command sdist_dsc
 
 
       - name: Build Debian/Apt bdist_deb
       - name: Build Debian/Apt bdist_deb