From 0a3933209b49be921650c20c47f14cebcd387b2d Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 14 Sep 2023 14:37:17 -0700 Subject: [PATCH] fix more paths --- .github/workflows/abi_wasm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/abi_wasm.yml b/.github/workflows/abi_wasm.yml index 7546459c808..10e6e166b0f 100644 --- a/.github/workflows/abi_wasm.yml +++ b/.github/workflows/abi_wasm.yml @@ -47,8 +47,8 @@ jobs: - name: Build noirc_abi_wasm run: | nix build -L .#noirc_abi_wasm - cp -r ./result/nodejs ./tooling/noirc_abi_wasm - cp -r ./result/web ./tooling/noirc_abi_wasm + cp -r ./result/noirc_abi_wasm/nodejs ./tooling/noirc_abi_wasm + cp -r ./result/noirc_abi_wasm/web ./tooling/noirc_abi_wasm - name: Export cache from nix store if: ${{ steps.cache.outputs.cache-hit != 'true' && github.event_name != 'merge_group' }}