Skip to content

Commit

Permalink
chore: interpret bytes to string (#33774)
Browse files Browse the repository at this point in the history
Co-authored-by: VerteDinde <vertedinde@electronjs.org>
  • Loading branch information
trop[bot] and VerteDinde committed Apr 14, 2022
1 parent a4fd0d3 commit b76b7ba
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)

bucket, access_key, secret_key = s3_config()
Expand Down

0 comments on commit b76b7ba

Please sign in to comment.