Skip to content

Commit

Permalink
Fix typo in upload Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mamayer19 committed Jan 10, 2024
1 parent 8c2a729 commit 29f8b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
destination: 'vectorhub-bundle'

0 comments on commit 29f8b0d

Please sign in to comment.