Skip to content

Fix VSIX marketplace publish file path in workflow - #203

Merged
ghost1372 merged 1 commit into
mainfrom
copilot/fix-checks-in-devwinui
Aug 8, 2026
Merged

Fix VSIX marketplace publish file path in workflow#203
ghost1372 merged 1 commit into
mainfrom
copilot/fix-checks-in-devwinui

Conversation

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix the VSIX release workflow so marketplace publishing receives a concrete VSIX file path instead of a glob.

Changes

  • Added a Resolve VSIX file path step in /home/runner/work/DevWinUI/DevWinUI/.github/workflows/vsix-release.yml
  • The new step finds the built .vsix under VSIX/, fails early if missing, and exports VSIX_FILE
  • Updated madskristensen/publish-marketplace@v2 input extension-file from **/*.vsix to ${{ env.VSIX_FILE }}

Validation

  • Reviewed workflow diff
  • Secret scan passed for changed workflow file
  • CodeQL checker reported 0 alerts

Co-authored-by: ghost1372 <9213496+ghost1372@users.noreply.github.com>
@ghost1372
ghost1372 marked this pull request as ready for review August 8, 2026 20:15
@ghost1372
ghost1372 merged commit cfb9db6 into main Aug 8, 2026
2 checks passed
@ghost1372
ghost1372 deleted the copilot/fix-checks-in-devwinui branch August 8, 2026 20:15
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.

2 participants