-
Notifications
You must be signed in to change notification settings - Fork 0
fix(ci): strictly filter GitHub Release assets by extension #75
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| { | ||||||
| "name": "desktop", | ||||||
| "version": "0.1.0-beta.16", | ||||||
| "version": "0.1.0-beta.17", | ||||||
|
||||||
| "version": "0.1.0-beta.17", | |
| "version": "0.1.0-beta.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description says release assets are filtered exclusively to
.AppImage,.deb,.dmg,.msi,.exe, and.pkg.tar.zst, but the workflow also includes**/*.rpm. Please either update the PR description to include.rpm(if intended) or remove the.rpmglob to match the stated behavior.