getsentry / craft

The universal Sentry release CLI 🚀
MIT License
133 stars 15 forks source link

fix(maven): properly handle non-maven github artifacts #539

Closed markushi closed 6 months ago

markushi commented 6 months ago

Apparently maven artifact zip files contain a top level folder within the zip file, matching the basename of the zipped artifact. This PR ensures artifacts are unzipped without polluting each other and properly ignoring non-maven zip files without failing.

markushi commented 6 months ago

Sorry for the noise, closing in favor of https://github.com/getsentry/sentry-native/pull/992