From 9d9fdd24883806a5f4c2a8bc6e544c948654b3a1 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 22 Oct 2023 12:50:50 +0100 Subject: [PATCH] Don't delete from sftp --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index a0414afc4..2321537de 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -90,4 +90,4 @@ jobs: remote-user: ${{secrets.NIGHTLY_SFTP_USER}} private-ssh-key: ${{secrets.NIGHTLY_SFTP_KEY}} destination-path: x/ - rsync-options: "--archive --verbose --compress --human-readable --progress --delete-after --exclude=* --include=*.dmg --include=latest-macos" + rsync-options: "--archive --verbose --compress --human-readable --progress --exclude=* --include=*.dmg --include=latest-macos"