mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Fix paths
This commit is contained in:
parent
1e1ef7cb8a
commit
67e6950582
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def upload_local_cache(current_version):
|
|||
|
||||
if RELEASE_CANDIDATE and version == current_version:
|
||||
rc_path = rel_path[:rel_path.rfind('.')] + f'_rc{RELEASE_CANDIDATE_VERSION}' + rel_path[rel_path.rfind('.'):]
|
||||
os.rename(rel_path, rc_path)
|
||||
os.rename(os.path.join(root, rel_path), os.path.join(root, rc_path))
|
||||
rel_path = rc_path
|
||||
|
||||
local_files.append(rel_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue