WP CLI can easily install plugins from a Github repository. However, I noticed that there is an issue with your repository. The folder name and zip name in the release are currently set as "manualinstall" instead of "S3-Uploads".
I have observed that it is crucial for the plugin folder name to remain as "S3-Uploads" due to hardcoded references. Could you please ensure that the plugin folder name remains as "S3-Uploads" when creating a release?
This change will reduce the process from four steps (downloading the zip, extracting, renaming the folder, and activating) to a single WP CLI command. Thank you.
Hi,
WP CLI can easily install plugins from a Github repository. However, I noticed that there is an issue with your repository. The folder name and zip name in the release are currently set as "manualinstall" instead of "S3-Uploads".
I have observed that it is crucial for the plugin folder name to remain as "S3-Uploads" due to hardcoded references. Could you please ensure that the plugin folder name remains as "S3-Uploads" when creating a release?
This change will reduce the process from four steps (downloading the zip, extracting, renaming the folder, and activating) to a single WP CLI command. Thank you.
Best regards,