SamKirkland / FTP-Deploy-Action

Deploys a GitHub project to a FTP server using GitHub actions
MIT License
3.9k stars 375 forks source link

Adding files to exclude doesnt remove from FTP. #452

Open levizoesch opened 7 months ago

levizoesch commented 7 months ago

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.