Skip to content

Commit

Permalink
fix(ci): bug in typegraph release job (#545)
Browse files Browse the repository at this point in the history
#### Motivation and context

`jco` output path is wrong.

#### Migration notes

N/A

### Checklist

- [ ] The change come with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change

Signed-off-by: Michaël <afmichael73@gmail.com>
  • Loading branch information
michael-0acf4 authored Jan 12, 2024
1 parent 20b50a4 commit 56f33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
cd ../..
npm install --global @bytecodealliance/jco@$JCO_VERSION
jco transpile $WASM_FILE -o typegraph/node/src/gen
jco transpile $WASM_FILE -o typegraph/node/sdk/src/gen
cd typegraph/node
pnpm install
Expand Down

0 comments on commit 56f33cf

Please sign in to comment.