Commit 8a1c9ed
authored
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>1 parent 26ae381 commit 8a1c9ed
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments