浏览代码

cleanup previous build artifacts before deb_dist build

Nick Sweeting 5 年之前
父节点
当前提交
80a156f83a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/debian.yml

+ 1 - 0
.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