fix shields deploy

This commit is contained in:
Mikayla Fischler
2023-05-31 11:15:55 -04:00
parent dbd74afbe6
commit deec1ff1df
3 changed files with 12 additions and 60 deletions

View File

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