From b9099644a75c8cc2f38b95d6210ea0d072dc73db Mon Sep 17 00:00:00 2001 From: Sergei Blinov Date: Tue, 19 Sep 2023 23:22:56 +0200 Subject: [PATCH] update ci cache --- .github/workflows/prerelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index ab9db07e3..05c933be1 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -108,7 +108,8 @@ jobs: - name: Setup result cache uses: actions/cache@v3 with: - path: ${{ env.CACHE_RESULT_DIR }} + # IMPORTANT: path here should be relative to the workspace directory + path: .result key: result-${{ matrix.bin }} - name: Check if can use cache