From 0f44e2e4d9eda14820f30f88b061c594b2f0db8f Mon Sep 17 00:00:00 2001 From: Eein Date: Sun, 9 Apr 2023 15:53:11 -0700 Subject: [PATCH] adds cache --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}