Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github release): ✨ support for per-os/per-arch asset matching #931

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

xaf
Copy link
Owner

@xaf xaf commented Feb 2, 2025

Current asset matching only allowed to provide a list of assets without considering the potential need for distinction between operating systems and architecture which might require different rules for the asset name matching.

This fixes that by allowing to provide configuration that matches specific operating systems, architecture or both.

Closes #780

Current asset matching only allowed to provide a list of assets without
considering the potential need for distinction between operating systems
and architecture which might require different rules for the asset name
matching.

This fixes that by allowing to provide configuration that matches
specific operating systems, architecture or both.

Closes #780
@xaf xaf added the enhancement New feature or request label Feb 2, 2025
@github-actions github-actions bot added the rust Pull requests that update Rust code label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

up/github releases: add per-arch asset name matching
1 participant