Merge pull request #5240 from Bnyro/master

chore: fix nightly builds
This commit is contained in:
Bnyro 2023-11-28 18:44:18 +01:00 committed by GitHub
commit ac37cbc5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/uploader.py vendored
View File

@ -1,6 +1,6 @@
from os import system as run, listdir, remove
from json import load
import config_fie
import config_file
import hashlib
with open("../.github/commit.json") as f: