pharring/EditorGuidelines

Publish to Marketplace action failing

Closed this issue · 2 comments

The PublishVSIX action is failing with:

Error: Error: spawn VsixPublisher.exe ENOENT

There's also a warning:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: mrluje/vs-marketplace-publisher@v2

I don't know if that's the cause of the problem.
I regenerated the PAT and secret for publishing, but that didn't help.

ENOENT indicates a missing file. Is it VsixPublisher.exe itself that's missing?

Still failing with the same error.

I think I fixed this by moving to a different action (CalvinAllen/action-vs-marketplace-publish@v1) in 920537a