mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-13 14:49:55 -06:00
Update progress.py
This commit is contained in:
2
.github/scripts/progress.py
vendored
2
.github/scripts/progress.py
vendored
@@ -58,7 +58,7 @@ def save_progress_data(dll_name, progress):
|
||||
"color": color
|
||||
}
|
||||
|
||||
output_dir = '.github/progress'
|
||||
output_dir = 'progress'
|
||||
os.makedirs(output_dir, exist_ok=True)
|
||||
output_file = os.path.join(output_dir, f'{dll_name}.json')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user