Skip to content

Commit

Permalink
chore: interpret bytes to string (#33766)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Apr 13, 2022
1 parent b66667b commit 3d4d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/uploaders/upload-index-json.py
Expand Up @@ -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])
Expand Down

0 comments on commit 3d4d39d

Please sign in to comment.