chore: interpret bytes to string (#33766)
This commit is contained in:
parent
b66667b843
commit
3d4d39d67b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def main():
|
||||||
|
|
||||||
new_content = get_content()
|
new_content = get_content()
|
||||||
|
|
||||||
with open(index_json, "w") as f:
|
with open(index_json, "wb") as f:
|
||||||
f.write(new_content)
|
f.write(new_content)
|
||||||
|
|
||||||
store_artifact(OUT_DIR, 'atom-shell/dist', [index_json])
|
store_artifact(OUT_DIR, 'atom-shell/dist', [index_json])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue