Skip to content

Commit

Permalink
Merge pull request #112 from mamayer19/bundle-fix
Browse files Browse the repository at this point in the history
Fix typo in upload Github action
  • Loading branch information
mamayer19 authored Jan 10, 2024
2 parents 8c2a729 + 29f8b0d commit c1d2c43
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 c1d2c43

Please sign in to comment.