updated manifest generation to include all data in each go

This commit is contained in:
Mikayla Fischler
2023-06-07 15:05:36 -04:00
parent 7859e5ea4c
commit 5c21140025
2 changed files with 29 additions and 15 deletions

View File

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