mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Merge pull request #2568 from woocommerce/PCP-3566-fix-folder-name
Fix folder name and .distignore for packaging workflow
This commit is contained in:
commit
db05ae973d
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ tests
|
|||
.phpunit.result.cache
|
||||
babel.config.json
|
||||
node_modules
|
||||
resources
|
||||
modules/*/resources
|
||||
*.lock
|
||||
webpack.config.js
|
||||
wp-cli.yml
|
||||
|
|
1
.github/workflows/package-new.yml
vendored
1
.github/workflows/package-new.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue