Publish new releases of your application to the Windows Package Manager easily.
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Hi, I'm trying to set this up for the first time, but I ran into an issue. Here is the workflow file: https://github.com/rainmeter/rainmeter/blob/master/.github/workflows/winget.yml I had the workflow file committed before we published a release on github, but I didn't realize that we had our actions turned off. So, it did not run when published. I then turned on actions, and manually ran the workflow, but it failed with an error: https://github.com/rainmeter/rainmeter/actions/runs/10274639802/job/28431795604 ``` Invoke-RestMethod: D:\a\_temp\79a99f9c-8044-4bf7-be0a-8ee651a4d20b.ps1:3 Line | 3 | $ReleaseInfo = Invoke-RestMethod ` | ~~~~~~~~~~~~~~~~~~~ | { "message": "Not Found", "documentation_url": | "https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name", "status": "404" } ``` I'm not sure if the issue in with my workflow, or the fact that I manually triggered it (or something else). I am using the `fork-user` setting, and my personal fork is up to date (as of this writing). We haven't released in a while, but we do have previous manifests committed with [Microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/Rainmeter/Rainmeter).
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by brianferguson and has received 2 comments.