Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Elimah authored and Elias Elimah committed Jul 21, 2024
1 parent 3afd9f2 commit d5f2388
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,7 @@ jobs:
mkdir -p $PLUGIN_BUILDS_PATH
zip -r $ZIP_FILE . -x "build-cfg/*"
"builds/*"
".*"
"wp-assets/*"
"node_modules/*",
"phpunit.xml.dist"
"unused-scanner.php"
"composer.json"
"composer.lock"
"README.md"
".php-cs-fixer.dist.php"
"phpstan.neon"
"phpunit.xml"
"src/index.js",
"pnpm-lock.yaml",
"test.sh",
zip -r $ZIP_FILE . -x "build-cfg/*" "builds/*" ".*" "wp-assets/*" "node_modules/*" "phpunit.xml.dist" "unused-scanner.php" "composer.json" "composer.lock" "README.md" ".php-cs-fixer.dist.php" "phpstan.neon" "phpunit.xml" "src/index.js" "pnpm-lock.yaml" "test.sh" "package-lock.json" "package.json"
if [ ! -f "$ZIP_FILE" ]; then
echo "Built zip file $ZIP_FILE does not exist" 1>&2
Expand Down

0 comments on commit d5f2388

Please sign in to comment.