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? Workflow fails with this error: ``` 3 | $ReleaseInfo = Invoke-RestMethod ` | ~~~~~~~~~~~~~~~~~~~ | { "message": "Not Found", "documentation_url": | "https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name", "status": "404" } Error: Process completed with exit code 1. ``` Tag name is v1.1.4 Workflow file: ``` name: Publish to WinGet on: workflow_dispatch: workflow_run: workflows: ["publish"] types: [completed] jobs: publish: runs-on: windows-latest steps: - uses: vedantmgoyal9/winget-releaser@main with: identifier: flick9000.WinScript max-versions-to-keep: 3 # keep only latest 5 versions installers-regex: '\.exe$' # Only .exe files token: ${{ secrets.WINGET_TOKEN }} ```
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 flick9000 and has received 3 comments.