You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Hi, Thanks for this lovely Github action. However I am facing issues with uploading build files to FTP server. My Github action logs show the action as completed but I cannot see any actual files on FTP.
Try connecting with the login/username you are using for the FTP int he Github Action > confirm that the path is the correct one ( sometimes you can force FTP user to have a different home).
Most likely this is creating the folder / files etc in a different foler (or subfolder).
Also make sure you are not running a dry-run
To be sure, add :
Bug Description
Hi, Thanks for this lovely Github action. However I am facing issues with uploading build files to FTP server. My Github action logs show the action as completed but I cannot see any actual files on FTP.
My Action Config
My Action Log
The text was updated successfully, but these errors were encountered: