Unfuck the generated release
All checks were successful
Make release / release (push) Successful in 32m25s
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:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -32,11 +32,14 @@ jobs:
|
|||||||
# Run the build script
|
# Run the build script
|
||||||
sh build.sh
|
sh build.sh
|
||||||
|
|
||||||
|
# go to root
|
||||||
|
cd ..
|
||||||
|
|
||||||
# Create output directory
|
# Create output directory
|
||||||
mkdir -p ../output
|
mkdir -p output
|
||||||
|
|
||||||
# Create a release of the file mailpoet.zip
|
# Create a release of the file mailpoet.zip
|
||||||
zip -r ../output/mailpoet.zip .
|
zip -r output/mailpoet.zip mailpoet
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
Reference in New Issue
Block a user