build: remove ending slash upload-index-json (#34125)

This commit is contained in:
Keeley Hammond 2022-05-06 12:57:18 -07:00 committed by GitHub
parent 0d35084ada
commit 2900bc55aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__':