mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
debian: Fixed artifact removal in upload_debs.sh
This commit is contained in:
parent
3c119b1a7f
commit
670eeda6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,6 +144,6 @@ then
|
|||
if [ "$response" = "yes" ]
|
||||
then
|
||||
cd ..
|
||||
rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.xz uhd*_source.build uhd*.upload
|
||||
rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.* uhd*_source.build uhd*.upload
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue