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 paths in release publish step
upload-artifact@v4 strips the common path prefix, so files aren't at
src-tauri/target/<arch>/... inside the artifact. Remove merge-multiple
to keep per-architecture subdirectories and update all paths accordingly.
Add debug step to log artifact structure.
0 commit comments