mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Do not write a .upload file after uploading
This commit is contained in:
parent
d19054bc7b
commit
eac60a0e00
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ esac
|
|||
|
||||
# Upload archives to PPA
|
||||
cd $DC_TEMP_DIR
|
||||
dput ppa:alexx2000/doublecmd $(find -name '*.changes')
|
||||
dput -U ppa:alexx2000/doublecmd $(find -name '*.changes')
|
||||
|
||||
# Clean
|
||||
rm -rf $DC_TEMP_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue