Update fileCheck.yml
This commit is contained in:
parent
070b0d8462
commit
02920389ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fileCheck.yml
vendored
2
.github/workflows/fileCheck.yml
vendored
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue