Skip to content

fix(maker-msix): use path.basename(dir) for artifact - #4230

Merged
erickzhao merged 1 commit into
nextfrom
maker-msix-proper-order
Apr 20, 2026
Merged

fix(maker-msix): use path.basename(dir) for artifact#4230
erickzhao merged 1 commit into
nextfrom
maker-msix-proper-order

Conversation

@erickzhao

@erickzhao erickzhao commented Apr 20, 2026

Copy link
Copy Markdown
Member

Sorry, made a dumb mistake in #4225 and didn't order the segments in the string correctly. This PR gets around it by actually reusing what maker-zip does and using path.basename(dir) to create the unversioned asset name:

const zipName = `${path.basename(dir)}-${packageJSON.version}.zip`;

@erickzhao
erickzhao requested a review from a team as a code owner April 20, 2026 20:21
@github-actions github-actions Bot added the next label Apr 20, 2026
@erickzhao
erickzhao enabled auto-merge (squash) April 20, 2026 20:32
@erickzhao
erickzhao merged commit dd60d12 into next Apr 20, 2026
14 checks passed
@erickzhao
erickzhao deleted the maker-msix-proper-order branch April 20, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants