Releases: milanmk/actions-file-deployer
Releases · milanmk/actions-file-deployer
1.16
Bug fix
- Fixed sync input issue in workflow_dispatch event #12.
1.15
Bug fix
- Fixed FTP path issue which prevented sync when using custom Local path input #28
1.14
Maintenance release
- Updated @actions/upload-artifact to v4 #25
- Docs: Updated @actions/checkout to v4
1.13
Bug fix
- Fixed local path issue which prevented delta sync #24
1.12
Maintenance release
- Updated upload-artifact action to v3 #16
1.11
- Ability to exclude files from delta sync
1.10
- Fixed deletion of files for delta sync
1.9
- Modified files are now added to artifacts
- Removed continue/reput option from FTP
1.8
- Added webhook start and finish event notifications
- Merged multiple deploy step runs
- Updated readme documentation
1.7
- Added artifacts support to upload logs
- Added planned features to readme