-
-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(winget): better handle publisher name #5643
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
Conversation
caarlos0
commented
Mar 13, 2025
- use package identifier for the filename if set
- properly build the package identifier if not set
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5643 +/- ##
=======================================
Coverage 82.83% 82.84%
=======================================
Files 156 156
Lines 15585 15607 +22
=======================================
+ Hits 12910 12929 +19
- Misses 2109 2111 +2
- Partials 566 567 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying goreleaser with
|
Latest commit: |
a5df06c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://b118027c.goreleaser.pages.dev |
Branch Preview URL: | https://winget-pkg-id.goreleaser.pages.dev |
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.
- Fix spaces in
Commands
, e.g. microsoft/winget-pkgs#233843. - Automatically fix tags as per recommended best practices -
The commands come from the binary names... we can't simply remove the spaces I'm afraid. |
895e754
to
c5307de
Compare
my bad, i didn't see the previous commit. previously, it used to be |
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>