remove redundant zipping
All checks were successful
Make release / release (push) Successful in 6m56s

This commit is contained in:
2025-02-13 20:16:29 -06:00
parent c31795cd4d
commit 25262cff80

View File

@ -32,14 +32,11 @@ 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 mailpoet
mv mailpoet.zip ../output
- name: Upload Release
uses: https://gitea.com/actions/release-action@main