build: remove ending slash upload-index-json (#34125)
This commit is contained in:
parent
0d35084ada
commit
2900bc55aa
1 changed files with 1 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue