possible fix for actions 6

This commit is contained in:
Mikayla Fischler
2023-04-12 17:49:08 -04:00
parent 2b23dac1fe
commit 6b8b38b8cb
2 changed files with 5 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ f.close()
if sys.argv[1] == "shields":
# write all the JSON files for shields.io
for key, version in final_manifest["versions"].items():
f = open(key + "-shields.json", "w")
f = open("shields/" + key + ".json", "w")
if version.find("alpha") >= 0:
color = "yellow"