protocolbuffers / protobuf-javascript

BSD 3-Clause "New" or "Revised" License
375 stars 67 forks source link

Specify os and cpu for release name to avoid duplicates #219

Closed dibenede closed 4 months ago

dibenede commented 4 months ago

actions/upload-artifact@4 made a breaking change to fail on duplicate names. I think we are seeing Windows release errors as a result since both x64_x86 and x64 are named 'releases'.

This change just tags the os and cpu onto the release dir name to reflect the specific build.