Merge pull request #2568 from woocommerce/PCP-3566-fix-folder-name

Fix folder name and .distignore for packaging workflow
This commit is contained in:
Alex Pantechovskis 2024-09-05 07:50:15 +03:00 committed by GitHub
commit db05ae973d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ tests
.phpunit.result.cache
babel.config.json
node_modules
resources
modules/*/resources
*.lock
webpack.config.js
wp-cli.yml

View file

@ -32,5 +32,6 @@ jobs:
PHP_VERSION: 7.4
PLUGIN_MAIN_FILE: ./woocommerce-paypal-payments.php
PLUGIN_VERSION: ${{ needs.check_version.outputs.version }}
PLUGIN_FOLDER_NAME: woocommerce-paypal-payments
ARCHIVE_NAME: woocommerce-paypal-payments-${{ needs.check_version.outputs.version }}
COMPILE_ASSETS_ARGS: '-vv --env=root'