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