softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
4.21k stars 460 forks source link

feat: add support for release assets with multiple spaces within the name #518

Closed dukhine closed 1 week ago

dukhine commented 1 month ago

This PR improves the Action's ability to handle release assets with names containing two or more spaces. It enhances the functionality for updating existing releases and uploading new assets by correctly identifying and managing all existing release assets, regardless of the number of spaces in their original names.

chenrui333 commented 1 week ago

lgtm, thanks @dukhine for your first contribution!