Skip to content

Fix publish job: use forward slash in release files glob pattern Co-authored-by: mzagozda <467608+mzagozda@users.noreply.github.com> - #41

Merged
mzagozda merged 1 commit into
mainfrom
copilot/resolve-build-failure-issue
Aug 22, 2026
Merged

Fix publish job: use forward slash in release files glob pattern Co-authored-by: mzagozda <467608+mzagozda@users.noreply.github.com>#41
mzagozda merged 1 commit into
mainfrom
copilot/resolve-build-failure-issue

Conversation

@mzagozda

Copy link
Copy Markdown
Contributor

No description provided.

Co-authored-by: mzagozda <467608+mzagozda@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 22, 2026 16:31
@mzagozda
mzagozda merged commit ddc8f54 into main Aug 22, 2026
13 of 15 checks passed
@mzagozda
mzagozda deleted the copilot/resolve-build-failure-issue branch August 22, 2026 16:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the GitHub Actions “publish” job’s release asset selection by switching the softprops/action-gh-release files input to use forward slashes, avoiding backslash escape behavior in the action’s glob handling on Windows.

Changes:

  • Update the release asset files pattern from Installer\Output\... to Installer/Output/... for softprops/action-gh-release.
  • Add an inline comment documenting why forward slashes are required for the release glob.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants