Skip to content

Commit

Permalink
update wasm path
Browse files Browse the repository at this point in the history
  • Loading branch information
cu1ch3n committed Jan 6, 2025
1 parent aaca431 commit d34f0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Prepare website
run: |
cp -r frontend/.vitepress/dist site
cp ./dist-newstyle/build/wasm32-wasi/ghc-*/type-inference-zoo-0.1.0.0/x/type-inference-zoo-exe/opt/build/type-inference-zoo-exe/type-inference-zoo-exe.wasm site/bin.wasm
cp ./dist-newstyle/build/wasm32-wasi/ghc-*/type-inference-zoo-0.1.0.0/x/type-inference-zoo-exe/build/type-inference-zoo-exe/type-inference-zoo-exe.wasm site/bin.wasm
- name: Upload Artifact for GitHub Pages
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit d34f0c1

Please sign in to comment.