chore: fix nightly builds

This commit is contained in:
Bnyro 2023-11-28 18:43:48 +01:00
parent 8d1c13ce70
commit 8137d12dd5

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: