From 29f8b0df0283c83ddce29a658f4a4d32f943aceb Mon Sep 17 00:00:00 2001 From: mamayer19 Date: Wed, 10 Jan 2024 11:21:52 +0100 Subject: [PATCH] Fix typo in upload Github action --- .github/workflows/json-bundle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/json-bundle.yml b/.github/workflows/json-bundle.yml index cc58b17e7..5ccd17761 100644 --- a/.github/workflows/json-bundle.yml +++ b/.github/workflows/json-bundle.yml @@ -43,10 +43,10 @@ jobs: uses: 'google-github-actions/upload-cloud-storage@v2' with: path: './bundle.json' - destination: 'vectorhub-bundle/bundle.json' + destination: 'vectorhub-bundle' - id: 'upload-schema' uses: 'google-github-actions/upload-cloud-storage@v2' with: path: 'docs/tools/vdb_table/vendor.schema.json' - destination: 'vectorhub-bundle/vendor.schema.json' \ No newline at end of file + destination: 'vectorhub-bundle' \ No newline at end of file