Skip to content

Commit

Permalink
Don't delete from sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 22, 2023
1 parent 9261728 commit 9d9fdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9d9fdd2

Please sign in to comment.