Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2072 from woocommerce/fix/release-build
Browse files Browse the repository at this point in the history
Fix Plugin release build zip structure
  • Loading branch information
psealock authored Apr 17, 2019
2 parents 81bbdba + dd1c7ba commit 6a5155b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ build_files=$(ls dist/*/*.{js,css})
status "Creating archive... 🎁"
zip -r woocommerce-admin.zip \
woocommerce-admin.php \
lib/*.php \
includes/*.php \
includes/**/*.php \
images/* \
includes/ \
images/ \
$build_files \
languages/woocommerce-admin.pot \
languages/woocommerce-admin.php \
Expand Down

0 comments on commit 6a5155b

Please sign in to comment.