mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 04:46:10 +02:00
0.8.86
* fix workflow
This commit is contained in:
parent
e2ab5dacd4
commit
d4f4979245
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue