diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b859071..b540de8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Install wasm-pack run: | - curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | bash + curl https://wasm-bindgen.github.io/wasm-pack/installer/init.sh -sSf | bash - name: Build WASM run: |