Skip to content

Conversation

@josephfusco
Copy link
Member

Add /build-sha.txt and /.* patterns to archive exclusion list in hwp-previews and wpgraphql-logging composer.json files.

This fixes PR plugin artifacts failing to install in WordPress with "No valid plugins were found" error.

Closes #550

Description

Related Issue

Dependant PRs

Type of Change

  • ✅ Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactoring (no functional changes)
  • 📄 Example update (no functional changes)
  • 📝 Documentation update
  • 🔍 Performance improvement
  • 🧪 Test update

How Has This Been Tested?

Screenshots

Checklist

  • I have read the CONTRIBUTING document
  • My code follows the project's coding standards
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • Any dependent changes have been highlighted, merged or published

Add /build-sha.txt and /.* patterns to archive exclusion list in
hwp-previews and wpgraphql-logging composer.json files.

This fixes PR plugin artifacts failing to install in WordPress with
"No valid plugins were found" error.

Closes #550
@josephfusco josephfusco requested a review from a team as a code owner January 8, 2026 21:20
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

⚠️ No Changeset found

Latest commit: ac5e6dc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

📦 Plugin Artifacts Ready!

Download from GitHub Actions run

Available plugins:

  • ✅ hwp-previews.zip
  • ✅ wpgraphql-logging.zip
  • ✅ wpgraphql-webhooks.zip

See the "Artifacts" section at the bottom of the Actions run page

Fixes double-zip issue where downloaded GitHub Actions artifact
contained a nested zip file. WordPress only extracts one level,
so it couldn't find the plugin files.

Now the artifact upload receives the extracted directory, so the
downloaded artifact IS the plugin zip directly.

Closes #550
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PR plugin artifacts fail to install: "No valid plugins were found"

2 participants