Unfuck the generated release
All checks were successful
Make release / release (push) Successful in 32m25s

It was grabbing a whole lot of extra junk and didn't put it in the proper format for a wordpress plugin, this should fix it.
This commit is contained in:
2025-02-13 18:47:56 -06:00
parent 73d410eb86
commit c31795cd4d

View File

@@ -32,11 +32,14 @@ jobs:
# Run the build script
sh build.sh
# go to root
cd ..
# Create output directory
mkdir -p ../output
mkdir -p output
# Create a release of the file mailpoet.zip
zip -r ../output/mailpoet.zip .
zip -r output/mailpoet.zip mailpoet
- name: Upload Release
uses: https://gitea.com/actions/release-action@main