You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): use unique platform-specific binary names for releases (#38)
## Summary
Fixes GitHub Release upload failures caused by all binaries having the
same name (`sentry` or `sentry.exe`).
Binary names now include the platform suffix to ensure uniqueness:
- `sentry-darwin-arm64`
- `sentry-darwin-x64`
- `sentry-linux-arm64`
- `sentry-linux-x64`
- `sentry-windows-x64.exe`
These names also satisfy the existing `.craft.yml` requirement pattern
`/^sentry-.+$/`.
0 commit comments