chore: interpret bytes to string (#33766)

This commit is contained in:
Keeley Hammond 2022-04-13 14:51:00 -07:00 committed by GitHub
parent b66667b843
commit 3d4d39d67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ def main():
new_content = get_content()
with open(index_json, "w") as f:
with open(index_json, "wb") as f:
f.write(new_content)
store_artifact(OUT_DIR, 'atom-shell/dist', [index_json])