* fix workflow
This commit is contained in:
lumapu 2024-02-24 01:42:33 +01:00
parent e2ab5dacd4
commit d4f4979245
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ def buildManifest(path, infile, outfile):
jsonString = json.dumps(data, indent=2)
fp = open(path + "firmware/" + outfile, "w")
fp = open(path + "../firmware/" + outfile, "w")
fp.write(jsonString)
fp.close()