From 9f9d7c58bb93fcb55825a63a9e05df10b5a71bc8 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 17 Jun 2025 16:29:42 +1000 Subject: [PATCH] Mention about content-type --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 711c83b..9957003 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # 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". \ No newline at end of file +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.