소스 검색

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