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): use pipe delimiter in sed to avoid URL slash conflict (#569)
The sed command was breaking because URLs contain '/' which is the
default sed delimiter. Changed to use '|' as delimiter instead.
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
0 commit comments