forge icon indicating copy to clipboard operation
forge copied to clipboard

fix: replace spaces with dot for comparison

Open basz opened this issue 4 years ago • 0 comments

  • [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.

basz avatar Aug 20 '21 14:08 basz