remove redundant zipping
All checks were successful
Make release / release (push) Successful in 6m56s
All checks were successful
Make release / release (push) Successful in 6m56s
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user