mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Move global buildozer dir to repository subfolder
This commit is contained in:
parent
7d23aa1967
commit
02f38ec378
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def apply_patches():
|
|||
f"""
|
||||
@property
|
||||
def global_buildozer_dir(self):
|
||||
return '{os.environ["GITHUB_WORKSPACE"]}/.buildozer_global'
|
||||
return '{env["GITHUB_WORKSPACE"]}/{env["INPUT_REPOSITORY_ROOT"]}/.buildozer_global'
|
||||
""",
|
||||
)
|
||||
if new_source == source:
|
||||
|
|
Loading…
Reference in a new issue