Skip to content

Commit

Permalink
source from same run step (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Mar 4, 2025
1 parent 749da0f commit a1ac8b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-wasm-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
cd emsdk
./emsdk install latest
./emsdk activate latest
- name: Source Emscripten
run: source ./emsdk/emsdk_env.sh
- name: Build
working-directory: bindings_wasm
run: yarn build
run: |
source ./../emsdk/emsdk_env.sh
yarn build
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit a1ac8b4

Please sign in to comment.