diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 5166b9f68..23a32f3ec 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -47,7 +47,7 @@ jobs: - name: Cache build id: cache - if: ${{ matrix.dist == '-tap' }} + if: ${{ matrix.type == '-tap' }} uses: actions/cache@v3 with: # key: ${{ github.workflow }}_${{ matrix.dist }}${{ matrix.type }}_${{ env.GIT_VERSION }}