Skip to content

Commit

Permalink
download to correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 14, 2023
1 parent aa16151 commit 52312a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/abi_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: noirc_abi_wasm
path: ./result
path: ./result/noirc_abi_wasm

- name: Set up test environment
uses: ./.github/actions/setup
Expand All @@ -107,7 +107,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: noirc_abi_wasm
path: ./result
path: ./result/noirc_abi_wasm

- name: Query playwright version
working-directory: ./tooling/noirc_abi_wasm
Expand Down

0 comments on commit 52312a8

Please sign in to comment.