Skip to content

ci(faustwp): wrap release zips in a faustwp/ top-level directory#2438

Merged
josephfusco merged 1 commit into
canaryfrom
ci/faustwp-zip-wrapper-fix
Jun 16, 2026
Merged

ci(faustwp): wrap release zips in a faustwp/ top-level directory#2438
josephfusco merged 1 commit into
canaryfrom
ci/faustwp-zip-wrapper-fix

Conversation

@josephfusco

Copy link
Copy Markdown
Member

Restores the wrapping faustwp/ directory at the top of both faustwp.X.Y.Z.zip and faustwp.X.Y.Z.org.zip so manual installs and debugging downloads from GitHub Releases extract correctly; should be merged before #2437 so the 1.8.11 tag picks up the fix.

Both zip steps in the release-plugin composite action ran
`cd dist/faustwp && zip -r ../../foo.zip .`, which zipped the
contents of the slug directory instead of the directory itself.
Manual installs and downloads from GitHub Releases extracted as
loose files in the current directory instead of into faustwp/.

Zip from the parent dist/ instead, passing the slug as the
directory to recurse into, so faustwp/ becomes the archive's
top-level entry. SVN deploys via 10up's action are unaffected
because they consume the dist/faustwp directory directly.
@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1718a77

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

@josephfusco josephfusco marked this pull request as ready for review June 16, 2026 22:36
@josephfusco josephfusco requested a review from a team as a code owner June 16, 2026 22:36
@josephfusco josephfusco merged commit 3e37b45 into canary Jun 16, 2026
15 checks passed
@josephfusco josephfusco deleted the ci/faustwp-zip-wrapper-fix branch June 16, 2026 22:36
@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Analysis for @faustwp/getting-started-example

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

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.

1 participant