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): Stage binaries in temp dir to avoid sqz/ directory collision
The packaging step did 'cp target/.../sqz ./sqz' which failed because
./sqz is the crate directory. Error: 'rm: sqz: is a directory'.
Fix: use mktemp -d for staging, tar with -C flag to set the root.
Version bump: 1.0.3 → 1.0.4