diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index 564b85aabe..699627740a 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -197,7 +197,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release download -R Chia-Network/test-cache 0.29.0 --archive=tar.gz -O - | tar xzf - + gh release download -R Chia-Network/test-cache ${{ env.BLOCKS_AND_PLOTS_VERSION }} --archive=tar.gz -O - | tar xzf - mkdir ${{ github.workspace }}/.chia mv ${{ github.workspace }}/test-cache-${{ env.BLOCKS_AND_PLOTS_VERSION }}/* ${{ github.workspace }}/.chia