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(ci): correct artifact upload paths for Linux and Windows builds
- Linux: zip was created inside bundle/ dir, upload path was wrong
- Windows: zip destination was build/windows/ instead of build/windows/x64/
- Both caused release job glob to find no binaries, leaving only GitHub's auto-generated source archive
0 commit comments