From f37b7dce1ab8a77f75d4cad2e6bdcc22d95621e2 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 29 Jun 2023 21:49:36 -0400 Subject: [PATCH] replace hard coded 0.29.0 with BLOCKS_AND_PLOTS_VERSION (#15615) --- .github/workflows/test-single.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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