diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69df2ff..309ff77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Retrieve Mix Dependencies Cache uses: actions/cache@v3.0.10 - id: ${{ mix.target }}-cache + id: ${{ matrix.target }}-cache with: path: target key: ${{ matrix.build }}-${{ matrix.target }}-${{ matrix.os}}-cache-${{ hashFiles('Cargo.lock') }}