Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 13, 2023
1 parent c3111e4 commit b34b3fb
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 262 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:rust-bindings && yarn build:dev

- name: Store build-release
uses: ./.github/actions/upload-artifact
Expand All @@ -70,7 +70,7 @@ jobs:
packages/nodejs/lib
packages/web/lib
packages/rust-bindings/lib/**/index*
packages/*/grpc-api
packages/nodejs/grpc-api
packages/*/package.json
packages/*/README.md
Expand Down
Loading

0 comments on commit b34b3fb

Please sign in to comment.