Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Klotz committed Oct 16, 2023
1 parent 6e4b282 commit 11697c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
cp ../example/* example/
mkdir -p build/wasm/
cd build/wasm/
wget https://github.com/busytex/busytex/releases/download/${{ github.event.inputs.busytexreleasetag }}/busytex.wasm
wget https://github.com/busytex/busytex/releases/download/${{ github.event.inputs.busytexreleasetag }}/busytex.js
wget https://github.com/busytex/busytex/releases/download/${{ github.event.inputs.wasmreleasetag }}/busytex.wasm
wget https://github.com/busytex/busytex/releases/download/${{ github.event.inputs.wasmreleasetag }}/busytex.js
cd ../../
mkdir -p build-js/
cp ../build-js/BusytexAsync.browser.js build-js/
Expand Down

0 comments on commit 11697c3

Please sign in to comment.