mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Snapshots uploading when a target files don't exists
This commit is contained in:
parent
5c6b46f892
commit
1845694471
1 changed files with 2 additions and 2 deletions
4
.github/scripts/upload_snapshot.sh
vendored
4
.github/scripts/upload_snapshot.sh
vendored
|
|
@ -11,7 +11,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
|
|||
|
||||
icacls.exe ssh_key //inheritance:r
|
||||
|
||||
echo "rm *.7z" >> upload_snapshot.txt
|
||||
echo "-rm *.7z" >> upload_snapshot.txt
|
||||
echo "put *.7z" >> upload_snapshot.txt
|
||||
echo "put *.txt" >> upload_snapshot.txt
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ else
|
|||
|
||||
chmod 0600 ssh_key
|
||||
|
||||
echo "rm *.dmg" >> upload_snapshot.txt
|
||||
echo "-rm *.dmg" >> upload_snapshot.txt
|
||||
echo "put *.dmg" >> upload_snapshot.txt
|
||||
echo "put *.php" >> upload_snapshot.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue