Skip to content

fix: resolve vsix glob pattern in publish step#5

Merged
jrandolf merged 1 commit intomainfrom
fix/release-vsix-glob
Mar 11, 2026
Merged

fix: resolve vsix glob pattern in publish step#5
jrandolf merged 1 commit intomainfrom
fix/release-vsix-glob

Conversation

@jrandolf
Copy link
Contributor

Summary

  • The HaaLeo/publish-vscode-extension action treats extensionFile as a literal path and does not expand glob patterns
  • This caused ENOENT: no such file or directory, open 'dist/*.vsix' in the Publish VSCode Extension job
  • Added a "Find VSIX file" step to resolve the actual filename using shell glob expansion before passing it to the publish steps

The HaaLeo/publish-vscode-extension action treats extensionFile as a
literal path and does not expand glob patterns. Add a step to resolve
the actual .vsix filename before publishing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jrandolf jrandolf merged commit 410a910 into main Mar 11, 2026
1 check passed
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