actions icon indicating copy to clipboard operation
actions copied to clipboard

fix(automatic-releases): throw errors if any of the glob patterns in "input.files" don't match any files

Open pzhlkj6612 opened this issue 2 years ago • 0 comments

Re fix #62 .

#63 is not complete. core.error() just did logging, so the error handling code at main.ts#L322-L323 would not work.
I think that if a user wants to upload something that doesn't exist, they should encounter an error severe enough to bring the workflow down.

I come from https://github.com/miurahr/aqtinstall/discussions/404#discussioncomment-1385519 .

This makes smoke tests failed. We need to merge #380 first.

IMPLEMENTATION CONFLICT: close #388 .

pzhlkj6612 avatar Feb 06 '22 03:02 pzhlkj6612