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 artifact upload paths to be relative to repo root
Remove '../' from upload-artifact paths as relative pathing with '..' is not
allowed. Archives are created in .build/{platform}/archive/ inside the repo
directory, and upload paths now reference them relative to repo root.
Fixed for all three platforms (Linux, macOS, Windows).
Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>
0 commit comments