Skip to content

@W-23751548: Fix portable release asset discovery - #173

Merged
mlischetti merged 1 commit into
masterfrom
fix-portable-release-asset-discovery
Sep 3, 2026
Merged

@W-23751548: Fix portable release asset discovery#173
mlischetti merged 1 commit into
masterfrom
fix-portable-release-asset-discovery

Conversation

@mlischetti

Copy link
Copy Markdown
Contributor

Summary

  • remove the unsupported grouped find name expression from the release publisher
  • retain -type f so downloaded artifact directories with archive-like names are not uploaded

Root cause

The self-hosted release runner rejected the parenthesized find expression before it collected any assets:

find: invalid expression; expected to find a `)` but didn't see one

Verification

  • Python YAML parsing for .github/workflows/release.yml
  • shell fixture proving find -type f excludes a .zip directory while retaining four regular asset files
  • git diff --check

@mlischetti
mlischetti requested a review from a team as a code owner September 3, 2026 14:37
@mlischetti mlischetti changed the title Fix portable release asset discovery @W-23751548: Fix portable release asset discovery Sep 3, 2026
@mlischetti
mlischetti merged commit 3b89240 into master Sep 3, 2026
2 of 5 checks passed
@mlischetti
mlischetti deleted the fix-portable-release-asset-discovery branch September 3, 2026 14:45
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