Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create GitHub Actions workflow to build zip (#2)
Introduce CI/CD workflow for on-demand ZIP build using GitHub Actions. This update implements a GitHub Action to automate the creation of a ZIP file for our WordPress plugin when it was run manually on GitHub, GitHub CLI, or the REST API. The ZIP is available for download immediately, facilitating rapid testing and deployment. - Copied the bash commands from `tools/build_release.sh` as the build plugin action
- Loading branch information