diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d01af579..181c4477 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Build run: | - cargo build --release --all --locked --target=${{ matrix.rust_arch }}-${{ matrix.rust_abi }} + cargo build --release --workspace --exclude viceroy-component-adapter --locked --target=${{ matrix.rust_arch }}-${{ matrix.rust_abi }} - name: Strip symbols (linux) if: ${{ matrix.name == 'linux' }} diff --git a/lib/data/viceroy-component-adapter.wasm b/lib/data/viceroy-component-adapter.wasm index 3202e302..000703bd 100755 Binary files a/lib/data/viceroy-component-adapter.wasm and b/lib/data/viceroy-component-adapter.wasm differ