From a490d4453557b08e45b81bbc8dc663115e84011a Mon Sep 17 00:00:00 2001 From: Austin Milt Date: Mon, 22 Apr 2024 11:29:17 -0400 Subject: [PATCH] fix webrpc download location in CI build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c6850..34b50a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: cd tests - name: Download webrpc binaries - run: cd tests && ./scripts/download.sh ${{ matrix.webrpc-version }} .tmp/${{ matrix.webrpc-version }} + run: cd tests && ./scripts/download.sh ${{ matrix.webrpc-version }} .tmp/ - name: Export path of webrpc binaries run: cd tests && echo "$PWD/.tmp" >> $GITHUB_PATH