Skip to content

Commit

Permalink
build: remove ending slash upload-index-json (#34125)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 7, 2022
1 parent 88714db commit 0ab3869
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 0ab3869

Please sign in to comment.