Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
build: remove ending slash upload-index-json (electron#34125)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde authored and khalwa committed Feb 22, 2023
1 parent 9427eb2 commit 8e4e710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/uploaders/upload-index-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
with open(index_json, "wb") as f:
f.write(new_content)

store_artifact(OUT_DIR, 'headers/dist/', [index_json])
store_artifact(OUT_DIR, 'headers/dist', [index_json])


if __name__ == '__main__':
Expand Down

0 comments on commit 8e4e710

Please sign in to comment.