A sample workflow that demonstrates how I prefer to store my Wordpress plugins in a repository, and how to publish them to "releases".
Find a file
2025-06-17 16:29:42 +10:00
.forgejo/workflows Remove build from plugin upload 2025-06-17 16:26:58 +10:00
src Port over, may not work 2025-06-17 16:12:00 +10:00
README.md Mention about content-type 2025-06-17 16:29:42 +10:00

workflow-sample-wordpress-plugin

A sample workflow that demonstrates how I prefer to store my Wordpress plugins in a repository, and how to publish them to "releases".

Wordpress code is just some ChatGPT sample I asked it to generate. Tested and the zip is dumpable.

Worth noting that the way we upload the Zip may not work for Github. Forgejo requires a multipart/form-data content type where-as Github may require binary. I'm not 100% sure because I don't use Github much at the moment. If you're downloading corrupt zips though, this is probably why.