Skip to content

Commit

Permalink
Fix folder name in package
Browse files Browse the repository at this point in the history
PLUGIN_FOLDER_NAME defaults to ARCHIVE_NAME
  • Loading branch information
AlexP11223 committed Sep 4, 2024
1 parent 7f8f3cc commit 95566c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 95566c3

Please sign in to comment.