ci: fix action
This commit is contained in:
parent
70facf51cf
commit
f6e050dc51
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import re
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
ROOT = Path(__file__).parent.parent
|
||||
ROOT = Path(__file__).resolve().parents[2]
|
||||
|
||||
|
||||
def normalise(name: str) -> str:
|
||||
|
|
|
|||
Reference in a new issue