forge
forge copied to clipboard
fix: replace spaces with dot for comparison
- [x] I have read the contribution documentation for this project.
- [x] I agree to follow the code of conduct that this project follows, as appropriate.
- [ ] The changes are appropriately documented (if applicable).
- [ ] The changes have sufficient test coverage (if applicable).
- [ ] The testsuite passes successfully on my local machine (if applicable).
Summarize your changes:
Spaces are replaced with dots for Github release assets... A comparison in the publisher for github compares existing names and is support to skip any files already present. Becuase duplicate assets do not correspond the assets are sent again which will result in a 422 response and thus an error exit.