-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
CI(github-actions): Automatically publish to WinGet #5874
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
Is there a way for this action to check whether a release is a pre-release or a stable release and only publish in the latter case? In the future we might also have e.g. a nightly release here on GitHub which we probably don't want to publish to WinGet 🤔 |
Ah these are different triggers - perfect then 👍 |
This commit introduces an automatic approach that will publish the Windows installers to the WinGet repository every time a release is created on GitHub. Fixes #5870
Thanks for adding this 👍 |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
@vedantmgoyal2009 as it is, the workflow fails (for client and for server, but for different reasons): https://github.com/mumble-voip/mumble/actions/runs/3054747213/jobs/4927013330 |
Please clone https://github.com/microsoft/winget-pkgs under @mumble-voip organisation and re-run the workflow. Also, it looks like x64 binary for server has not been published? |
Ah yes indeed - I missed those. Adding it right now.
Will do, thanks 👍 |
Now it works 👍 |
This commit introduces an automatic approach that will publish the
Windows installers to the WinGet repository every time a release is
created on GitHub.
Fixes #5870
Checks