Update fileCheck.yml

This commit is contained in:
patrlim 2024-06-10 19:34:02 +02:00 committed by GitHub
parent 070b0d8462
commit 02920389ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
if file[-4:] != ".mp3": if file[-4:] != ".mp3":
continue continue
json.write(" {\n" + ' "name":' + '"' + file.replace(".mp3","") + '"' + "\n") json.write(" {\n" + ' "name":' + '"' + file.replace(".mp3","") + '"' + "\n")
json.write(' "url":' + '"' + 'https://github.com/Kandermann/KILO_E2_webAudioLIB/blob/main/' +file.replace(" ","%20") + '"' + "\n }") json.write(' "url":' + '"' + 'https://github.com/patrlim/musicshite/tree/main/' +file.replace(" ","%20") + '"' + "\n }")
if i != len(os.listdir()): if i != len(os.listdir()):
json.write(",") json.write(",")
json.write("\n") json.write("\n")