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
Hi there, just saw you use winget-releaser@v2 github action to push new releases to winget-pkgs. It seems that the action is broken. There was already a thread on the same topic back in May here #669 that was then resolved.
Looking at the action definition with package identifier, installers-regex and token, I don't see what could be the issue. Maybe the action is running before the releases appear on github release? It seems that it is the url that is not passed properly since the action logs state an empty url list:
Executing command: java -jar komac.jar update --id 'schollz.croc' --version 10.0.13 --urls '' --submit
CI environment detected! Komac will throw errors instead of prompting on invalid input
Latest version of schollz.croc: 10.0.12
Installer URL cannot be blank on http://localhost
node:internal/errors:984
const err = new Error(message);
The text was updated successfully, but these errors were encountered:
After looking through it, I'm not exactly sure what has changed since the winget-releaser@v2 action worked. The winget.yml has not been recently updated, and the recent deploy.yml and ci.yml updates seem minor.
It would be helpful to list a few potential changes to have this action work again.
Hi there, just saw you use winget-releaser@v2 github action to push new releases to winget-pkgs. It seems that the action is broken. There was already a thread on the same topic back in May here #669 that was then resolved.
Looking at the action definition with package identifier, installers-regex and token, I don't see what could be the issue. Maybe the action is running before the releases appear on github release? It seems that it is the url that is not passed properly since the action logs state an empty url list:
The text was updated successfully, but these errors were encountered: