If I have say file readme.md on the FTP host, then I add it to excluded files list, it will keep the readme.md file on the host, and not remove it. It will however prevent the readme.md file from being uploaded if its a first sync.
Ideally, if there is a file excluded from the upload -- it would also remove it if it was present.
I am using SamKirkland/FTP-Deploy-Action@v4.3.5
If I have say file
readme.md
on the FTP host, then I add it to excluded files list, it will keep the readme.md file on the host, and not remove it. It will however prevent the readme.md file from being uploaded if its a first sync.Ideally, if there is a file excluded from the upload -- it would also remove it if it was present.