tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/setup-godot/project_path.py')
| -rwxr-xr-x | .github/actions/setup-godot/project_path.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/actions/setup-godot/project_path.py b/.github/actions/setup-godot/project_path.py deleted file mode 100755 index 198097c..0000000 --- a/.github/actions/setup-godot/project_path.py +++ /dev/null @@ -1,4 +0,0 @@ -from os import path -from sys import argv - -print(path.normpath((path.join("repo", argv[1]) if argv[1] else "repo"))) |