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);
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: