tools for exporting godot projects via Github Actions
1
2
3
4
from os import path
from sys import argv

print(path.normpath((path.join("repo", argv[1]) if argv[1] else "repo")))