From 02920389ff0fd4ae65049c5c575b61e20cf18cfe Mon Sep 17 00:00:00 2001 From: patrlim <81219610+patrlim@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:34:02 +0200 Subject: [PATCH] Update fileCheck.yml --- .github/workflows/fileCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fileCheck.yml b/.github/workflows/fileCheck.yml index 663333d..2f258ac 100644 --- a/.github/workflows/fileCheck.yml +++ b/.github/workflows/fileCheck.yml @@ -25,7 +25,7 @@ jobs: if file[-4:] != ".mp3": continue 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()): json.write(",") json.write("\n")