cleanup previous build artifacts before deb_dist build
This commit is contained in:
parent
023a339cf8
commit
80a156f83a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/debian.yml
vendored
1
.github/workflows/debian.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue