Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 12, 2023
1 parent c3111e4 commit 23f9dea
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 257 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 23f9dea

Please sign in to comment.