You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to release.yml to get winget upload working (#165)
- We're using a different GH auth token now that has enough credentials
to do a `gh repo sync`
- Add `GitHubReleaseAlreadyExists` parameter to test out pipeline stages
on a build that's already been released to GH
- Download and extract gh.exe, winget isn't available in the pipeline
Return exit code of zero when no args are given (#145)
WinGet's validation currently doesn't like us returning an error code,
return exit code of zero for now.